The Value<(Of <(<'ValueType>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodValue<(Of <(<'ValueType>)>)>
Default constructor

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Public fieldNext
Pointer to the next value in the time line
Public fieldPrev
Pointer to the previous value in the time line
Public fieldVal
The value stored in the time line

Properties

  NameDescription
Public propertyRealTime
Times are represented in relative time. This allows the actual real time to be accessed as well.
Public propertySentToRemote
True if this value has been sent to the remote clients
Public propertyTime
Time represented as relative time.

See Also