NRCompositeType.ImplementedInterfaces Property NReflect
Gets a list which contains the full names of all implemented interfaces.

Namespace: NReflect.NREntities
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public List<NRTypeUsage> ImplementedInterfaces { get; private set; }
See Also