System.Runtime.CompilerServices.SpecialNameAttribute Class

Indicates that a type or member is treated in a special way by the runtime or tools. This class cannot be inherited.

See Also: SpecialNameAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.Event | System.AttributeTargets.All)]
public sealed class SpecialNameAttribute : Attribute

Remarks

The System.Runtime.CompilerServices.SpecialNameAttribute class is not currently used in the .NET Framework, but is reserved for future use.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0