Click or drag to resize

TimeIntervalCollectionTItem Property

Gets the interval at the specified index.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeInterval<T> this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: TimeIntervalT
See Also