The content list associated with the time period.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public ReadOnlyCollection<T> Content { get; }
Visual Basic
Public ReadOnly Property Content As ReadOnlyCollection(Of T)
	Get
Visual C++
public:
property ReadOnlyCollection<T>^ Content {
	ReadOnlyCollection<T>^ get ();
}

See Also