A timeline of values. This is the main interface for storing, manipulating, and synchronizing data in Janus.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public class Timeline<T> : TimelineBase

Type Parameters

T
The type of the values contained in this timeline.

Inheritance Hierarchy

System..::..Object
  Janus..::..TimelineBase
    Janus..::..Timeline<(Of <(<'T>)>)>

See Also