NDepend.API Documentation
TypesThatImplementMe Property
NDepend.CodeModel Namespace > IType Interface : TypesThatImplementMe Property
If this type is an interface, gets a sequence of types implementing this interface, otherwise gets an empty sequence.
Syntax
IEnumerable<IType> TypesThatImplementMe {get;}
Remarks
This property getter has a O(this..Count) time complexity.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IType Interface
IType Members
TypesUsingMe Property
Implement Method
InterfacesImplemented Property
NbInterfacesImplemented Property
ThatImplement Method
ThatImplementAll Method
ThatImplementAny Method
NDepend.Reserved.CQLinq.ExtensionMethodsCQLinqDependency.Implement(NDepend.CodeModel.IType,System.String)