TRttiTypeHelper.Methods Property

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

Namespace: Spring.Reflection
public
 property Methods: IEnumerable<TRttiMethod> read GetMethodsEnumerable;

Property Value

Type: IEnumerable<TRttiMethod>