Constructor accepting enumerable list of periods.

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 Schedule(
	IEnumerable<PeriodInfo<T>> periods
)
Visual Basic
Public Sub New ( _
	periods As IEnumerable(Of PeriodInfo(Of T)) _
)
Visual C++
public:
Schedule(
	IEnumerable<PeriodInfo<T>^>^ periods
)

Parameters

periods
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'PeriodInfo<(Of <(<'T>)>)>>)>)>

[Missing <param name="periods"/> documentation for "M:Zeptomoby.OrbitTools.Track.Schedule`1.#ctor(System.Collections.Generic.IEnumerable{Zeptomoby.OrbitTools.Track.PeriodInfo{`0}})"]

See Also