Click or drag to resize
TypeIsSpecialName Property
Gets a value indicating whether the Type has a name that requires special handling.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool IsSpecialName { get; }

Return Value

Type: Boolean
true if the Type has a name that requires special handling; otherwise, false.
See Also