Interface IUnimodalInstructionGenerator
Abstract representation of a unimodal instruction generator.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IUnimodalInstructionGenerator
Abstract representation of a unimodal instruction generator.
public interface IUnimodalInstructionGenerator
Generates instructions for the given route using the given language reference.
IList<Instruction> Generate(Route route, ILanguageReference languageReference)
Route
route
|
ILanguageReference
languageReference
|
IList<Instruction>
|
Generates instructions for the given route using the given language reference.
IList<Instruction> Generate(Route route, ILanguageReference languageReference, CancellationToken cancellationToken)
Route
route
|
ILanguageReference
languageReference
|
CancellationToken
cancellationToken
|
IList<Instruction>
|