Click or drag to resize

RecordOptionsFieldsTypes Property

Returns a Type[] array with the fields types. Note : Do NOT change the values of the array, clone it first if needed

Namespace:  FileHelpers.Options
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public Type[] FieldsTypes { get; }

Return Value

Type: Type
An Type[] array with the fields types.
See Also