TypeVersionIsValueType Property |
Is managed type a ValueType ?
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool IsValueType { get; }
Public ReadOnly Property IsValueType As Boolean
Get
public:
property bool IsValueType {
bool get ();
}
member IsValueType : bool with get
Property Value
Type:
Boolean
See Also