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: 24.3.420.0 (24.3.420.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