Click or drag to resize

TimeIntervalCollection.GetEnumerator Method

Gets an enumerator for this interval list.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IEnumerator<TimeInterval> GetEnumerator()

Return Value

Type: IEnumerator<TimeInterval>
An enumerator for enumerating the intervals in this collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also