Skip to main content
A newer version of this page is available. .

ChunkList<T>.GetEnumerator() Method

Returns an IDictionaryEnumerator that can iterate through the hash table.

Namespace: DevExpress.Xpf.ChunkList

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public IEnumerator<T> GetEnumerator()

Returns

Type Description
IEnumerator<T>

An IDictionaryEnumerator for the hash table.

Remarks

For more information on enumerators, see the GetEnumerator() topic in MSDN.

See Also