Class VBIntrinsicType<T>
Represents any data type mentioned in the MS-VBAL language specifications, regardless of semantics.
public abstract record VBIntrinsicType<T> : VBIntrinsicType, IEquatable<VBType>, IEquatable<VBIntrinsicType>, IEquatable<VBIntrinsicType<T>>
Type Parameters
TThe managed type (internal representation) associated with this data type.
- Inheritance
-
VBIntrinsicType<T>
- Implements
- Derived
- Inherited Members
Constructors
VBIntrinsicType(string)
Represents any data type mentioned in the MS-VBAL language specifications, regardless of semantics.
protected VBIntrinsicType(string Name)
Parameters
NamestringThe name (token) of the data type.