Click or drag to resize

DataStoreVirtualCollectionTGetEnumerator Method

Gets the enumerator for the collection

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also