Show / Hide Table of Contents

Class InstructionExtensions

Contains extension methods related to instructions.

Inheritance
System.Object
InstructionExtensions
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 InstructionExtensions

Methods

AddInstructions(Route, IEnumerable<Instruction>)

Adds instructions as attributes to route.

Declaration
public static void AddInstructions(this Route route, IEnumerable<Instruction> instructions)
Parameters
Route route

IEnumerable<Instruction> instructions

Back to top Built by Itinero, MIT licensed.