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