If set, this method has a special name.
[Visual Basic] Public ReadOnly Property IsSpecialName As Boolean [C#] public bool IsSpecialName {get;} [C++] public: __property bool get_IsSpecialName(); [JScript] public function get IsSpecialName() : Boolean;
Read-only.
true if this method has a special name; otherwise, false.
The SpecialName bit is set to flag members that are treated in a special way by some compilers (such as Property accessors and operator overloading methods).
MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean | MethodAttributes