Selects Property

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Sub class selections.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IDictionary<int, SubClassAndPad> Selects { get; }
Public ReadOnly Property Selects As IDictionary(Of Integer, SubClassAndPad)
	Get
public:
property IDictionary<int, SubClassAndPad^>^ Selects {
	IDictionary<int, SubClassAndPad^>^ get ();
}

See Also