NDepend.API Documentation
InterfacesImplemented Property
NDepend.CodeModel Namespace > IType Interface : InterfacesImplemented Property
Gets a sequence of interfaces implemented by this type. The sequence returned is empty if this type doesn't implement any interface.
Syntax
IEnumerable<IType> InterfacesImplemented {get;}
Remarks
This property getter has a O(this.InterfacesImplemented.Count) time complexity.
Requirements

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

See Also

Reference

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