Class RouteExtensions
Extensions methods for a route containing turns.
Inheritance
System.Object
RouteExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class RouteExtensions
Methods
GetDirectedId(Tour, Int32)
Gets the directedId in the route for the given id.
Declaration
public static int GetDirectedId(this Tour tour, int id)
Parameters
|
Tour
tour
|
|
System.Int32
id
|
Returns
|
System.Int32
|