Click or drag to resize
OrderedBagTViewGetEnumerator Method
Enumerate all the items in this view.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override sealed IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
An IEnumerator<T> with the items in this view.

Implements

IEnumerableTGetEnumerator
See Also