TRttiTypeHelper.Fields Property

Gets a enumerable collection which contains all fields that the type contains, including inherited.

Namespace: Spring.Reflection
public
 property Fields: IEnumerable<TRttiField> read GetFieldsEnumerable;

Property Value

Type: IEnumerable<TRttiField>