NDepend.API Documentation
IsSpecialName Property
NDepend.CodeModel Namespace > IMember Interface : IsSpecialName Property
Gets a value indicating whether this member has a name that requires special handling, in the sense defined by System.Type.IsSpecialName and System.Reflection.MethodBase.IsSpecialName.
Syntax
bool IsSpecialName {get;}
Remarks
Typically methods with special names are constructors, properties/events/indexers accessors, explicit interface method implementation.
Fields with special names is the instance field named value__ generated for each enumeration.
>
Requirements

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

See Also

Reference

IMember Interface
IMember Members