TRttiTypeHelper.Constructors Property

Gets an enumerable collection which contains all constructor methods of the type, including inherited.

Namespace: Spring.Reflection
public
 property Constructors: IEnumerable<TRttiMethod> read GetConstructorsEnumerable;

Property Value

Type: IEnumerable<TRttiMethod>