Gets a value indicating whether the 
Type is a value type.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic bool IsValueType { get; }Return Value
Type: 
Booleantrue if the 
Type is a value type; otherwise, false.
 See Also
See Also