Fields Property

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Fields.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IList<FieldInfo> Fields { get; }
Public ReadOnly Property Fields As IList(Of FieldInfo)
	Get
public:
property IList<FieldInfo^>^ Fields {
	IList<FieldInfo^>^ get ();
}

See Also