Table of Contents

Class VBIntrinsicType<T>

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

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

T

The 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

Name string

The name (token) of the data type.