System.Reflection.MethodBase.IsSpecialName Property

Gets a value indicating whether this method has a special name.

Syntax

public bool IsSpecialName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0