Show / Hide Table of Contents

Class PairEnumerable<T>

Enumerates all pairs in an IRoute.

Inheritance
System.Object
PairEnumerable<T>
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class PairEnumerable<T> : IEnumerable<Pair> where T : IEnumerable<int>
Type Parameters
T

Constructors

PairEnumerable(T, Boolean, Int32)

Creates a new pair enumerable starting from the given customer.

Declaration
public PairEnumerable(T tour, bool isClosed, int start = -1)
Parameters
T tour

System.Boolean isClosed

System.Int32 start

Methods

GetEnumerator()

Returns an enumerator.

Declaration
public IEnumerator<Pair> GetEnumerator()
Returns
IEnumerator<Pair>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator.

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator

Back to top Built by Itinero, MIT licensed.