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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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