NDepend.API Documentation
Implement Method (IType)
NDepend.CodeModel Namespace > IType Interface : Implement Method
The interface to implement.
Returns a value indicating whether this type implements interface.
Syntax
bool Implement( 
   IType interface
)

Parameters

interface
The interface to implement.
Remarks
This method has a constant 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
InterfacesImplemented Property
TypesThatImplementMe Property
NbInterfacesImplemented Property
ThatImplement Method
ThatImplementAll Method
ThatImplementAny Method
NDepend.Reserved.CQLinq.ExtensionMethodsCQLinqDependency.Implement(NDepend.CodeModel.IType,System.String)