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: 24.1.418.0 (24.1.418.0)
Syntax
public IEnumerator<TimeInterval<T>> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also