FieldInfoSelects Property
Sub class selections.
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public IDictionary<int, SubClassAndPad> Selects { get; }
Public ReadOnly Property Selects As IDictionary(Of Integer, SubClassAndPad)
Get
Dim instance As FieldInfo
Dim value As IDictionary(Of Integer, SubClassAndPad)
value = instance.Selects
public:
property IDictionary<int, SubClassAndPad^>^ Selects {
IDictionary<int, SubClassAndPad^>^ get ();
}
member Selects : IDictionary<int, SubClassAndPad> with get
Property Value
IDictionaryInt32,
SubClassAndPad