Table of Contents

Interface IVBTypedValue<VBTValue, TValue>

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

Represents any run-time typed value that can be represented with a managed (.net) value.

public interface IVBTypedValue<VBTValue, TValue> : IEquatable<IVBTypedValue<VBTValue, TValue>> where VBTValue : VBTypedValue

Type Parameters

VBTValue

The VBType type of the value.

TValue

The underlying managed type of the value.

Inherited Members

Remarks

Mandates an implementation of IEquatable<T> for the specified VBTypedValue

Properties

Value

Gets the underlying managed value corresponding to this typed value.

TValue Value { get; }

Property Value

TValue