Click or drag to resize

PrioritizedListTGetEnumerator Method

Gets an enumerator for the list items.

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

Return Value

Type: IEnumeratorPrioritizedItemT
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also