Click or drag to resize
TypeIsValueType Property
Gets a value indicating whether the Type is a value type.

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

Return Value

Type: Boolean
true if the Type is a value type; otherwise, false.
See Also