Table of Contents

Class VBNumericType<T>

Namespace
RDCore.SDK.Model.Types.Abstract
Assembly
RDCore.SDK.dll

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

T

The 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

Name string

The name (token) of the data type.