Click or drag to resize

PooledLinkedListTGetEnumerator Method

Returns an enumerator that iterates through the PooledLinkedList<T>.

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

[Missing <returns> documentation for "M:Archon.SwissArmyLib.Collections.PooledLinkedList`1.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also