Click or drag to resize

TimeIntervalCollectionTGetEnumerator 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<T>> GetEnumerator()

Return Value

Type: IEnumeratorTimeIntervalT
An enumerator for enumerating the intervals in this collection.

Implements

IEnumerableTGetEnumerator
See Also