Class VBBooleanType
A VBIntrinsicType<T> representing the Boolean data type.
public sealed record VBBooleanType : VBIntrinsicType<bool>, IEquatable<VBType>, IEquatable<VBIntrinsicType>, IEquatable<VBIntrinsicType<bool>>, IEquatable<VBBooleanType>
- Inheritance
-
VBBooleanType
- Implements
- Inherited Members
Remarks
The managed type of a value of this data type is bool.
Constructors
VBBooleanType()
A VBIntrinsicType<T> representing the Boolean data type.
public VBBooleanType()
Remarks
The managed type of a value of this data type is bool.
Properties
DefaultValue
Gets the default value VBBooleanValue.False.
public override VBTypedValue DefaultValue { get; }
Property Value
Size
The size (in bytes) of a value of this type.
public override int Size { get; }
Property Value
Remarks
Determines the length of the allocated memory space for a value of this type.
TypeInfo
The Boolean data type.
public static VBBooleanType TypeInfo { get; }