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)
Syntaxpublic TimeInterval<T> this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TimeInterval(Of T)
Get
public:
property TimeInterval<T>^ default[int index] {
TimeInterval<T>^ get (int index);
}
member Item : TimeInterval<'T> with get
Parameters
- index
- Type: System.Int32
The index.
Property Value
Type:
TimeInterval<T>
See Also