Click or drag to resize
UOPairTGetEnumerator Method
Enumerates the pair in sorted order

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
the elements of the pair in sorted order.

Implements

IEnumerableTGetEnumerator
See Also