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, 7and Linux, MacOS with net10.0, net9.0 or net8.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