ClassBuilderFields Property |
Returns the current fields of the class.
Namespace:
FileHelpers.Dynamic
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldBuilder[] Fields { get; }
Public ReadOnly Property Fields As FieldBuilder()
Get
Property Value
Type:
FieldBuilder
See Also