Gets a bool value that indicates whether the current Type represents a value type.
true if the current Type represents a value type (structure); otherwise false.
This property is read-only.
This property returns true for enumerations, but not for the Enum type itself, which is a class.
Note: For an example that demonstrates this behavior, see Type.IsEnum .
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0