Gets a list of fields of this type.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public List<NRField> Fields { get; private set; }
Public Property Fields As List(Of NRField)
Get
Private Set
Public Property Fields As List(Of NRField)
Get
Private Set
public:
virtual property List<NRField^>^ Fields {
List<NRField^>^ get () sealed;
private: void set (List<NRField^>^ value) sealed;
}
Implements
IFieldContainer.Fields