System.Reflection.EventInfo.IsSpecialName Property

Gets a value indicating whether the EventInfo has a name with a special meaning.

Syntax

public bool IsSpecialName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property determines whether the event's name has a special meaning. Names that begin with or contain an underscore character (_), property accessors, and operator overloading methods are examples of names that might require special treatment by some compilers.

Requirements

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