UOPairTGetEnumerator Method |
Enumerates the pair in sorted order
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Return Value
Type:
IEnumeratorTthe elements of the pair in sorted order.
Implements
IEnumerableTGetEnumeratorSee Also