| TypeIsSpecialName Property | 
Gets a value indicating whether the 
Type has a name that requires special handling.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic bool IsSpecialName { get; }Return Value
Type: 
Booleantrue if the 
Type has a name that requires special handling; otherwise, false.
 See Also
See Also