Show / Hide Table of Contents

Class ShiftedAfterTour

Represents a shifted after tour.

Inheritance
System.Object
ShiftedAfterTour
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class ShiftedAfterTour : IEnumerable<int>

Constructors

ShiftedAfterTour(ITour, Int32, Int32)

Creates a new shifted after tour.

Declaration
public ShiftedAfterTour(ITour tour, int customer, int before)
Parameters
ITour tour

System.Int32 customer

System.Int32 before

Methods

GetEnumerator()

Gets the enumerator.

Declaration
public IEnumerator<int> GetEnumerator()
Returns
IEnumerator<System.Int32>

Back to top Built by Itinero, MIT licensed.