TRttiTypeHelper.GetInterfaces Method

Returns an enumerable collection which contains all the interface Rtti types that the target type implements.

Note

Only Guid interfaces will be enumerated.

Namespace: Spring.Reflection
public
 function GetInterfaces: IEnumerable<TRttiInterfaceType>;

Return Value

Type: IEnumerable<TRttiInterfaceType>