Click or drag to resize

DfsDateTimeLazyListGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IEnumerator<DateTime> GetEnumerator()

Return Value

Type: IEnumeratorDateTime
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also