TRttiTypeHelper.Properties Property

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

Namespace: Spring.Reflection
public
 property Properties: IEnumerable<TRttiProperty> read GetPropertiesEnumerable;

Property Value

Type: IEnumerable<TRttiProperty>