NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodBase.IsSpecialName

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;

Property Value

Read-only.

true if this method has a special name; otherwise, false.

Remarks

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).

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean | MethodAttributes