NDepend.API Documentation
Name Property (ICodeElement)
NDepend.CodeModel Namespace > ICodeElement Interface : Name Property
Gets a string representing the name of this code element.
Syntax
string Name {get;}

Property Value

The name of this code element.
Remarks
This property getter 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

ICodeElement Interface
ICodeElement Members
FullName Property
WithName<TCodeElement> Method
WithNameIn<TCodeElement> Method
WithNameNotIn<TCodeElement> Method
WithNameLike<TCodeElement> Method
WithNameWildcardMatch<TCodeElement> Method
ToNameLikePredicate Method