Delegate UnimodalInstructionGenerator.TryGetDelegate
A delegate to construct an instruction for a given position in a route.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate int TryGetDelegate(RoutePosition position, ILanguageReference languageRefence, out Instruction instruction);
Parameters
|
RoutePosition
position
|
|
ILanguageReference
languageRefence
|
|
Instruction
instruction
|
Returns
|
System.Int32
|