Click or drag to resize

DelayedListTGetEnumerator Method

Gets an enumerator for the backing list.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerator<T> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorT
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also