TRttiTypeHelper.GetInterfaces Method

Definition

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

Note

Only Guid interfaces will be enumerated.

Delphi
function GetInterfaces: IReadOnlyList<TRttiInterfaceType>

Returns

IReadOnlyList<TRttiInterfaceType>

See also

  • Spring.Collections.IEnumerable`1