Skip to main content

ChunkList<T>.GetEnumerator() Method

Returns an IDictionaryEnumerator that can iterate through the hash table.

Namespace: DevExpress.Xpf.ChunkList

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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