Click or drag to resize

TimeIntervalCollection<T>.Item Property

Gets the interval at the specified index.

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

Parameters

index
Type: System.Int32
The index.

Property Value

Type: TimeInterval<T>
See Also