Namespace RDCore.SDK.Model.Values.Abstract
Classes
- OperatorExpressionValueSymbol
The symbol associated with the result of an operator expression.
- VBNumericTypedValue
Represents any data type that is specified as a numeric type, mapping directly to "Any numeric type" specifications.
- VBRuntimeEntity
Represents a typed entity that can be associated with a
Symbol.
- VBTypedValue
Represents any typed value.
Interfaces
- INumericValue
Represents any numeric value with a non-generic interface.
- INumericValue<VBTValue>
Represents any numeric value with a generic interface mapping it to a specific VBType.
- IVBTypedValue<VBTValue, TValue>
Represents any run-time typed value that can be represented with a managed (.net) value.