Delegate UnimodalInstructionGenerator.MergeDelegate
A delegate to merge two instructions if needed.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate bool MergeDelegate(Route route, ILanguageReference languageRefence, Instruction i1, Instruction i2, out Instruction i);
Parameters
|
Route
route
|
|
ILanguageReference
languageRefence
|
|
Instruction
i1
|
|
Instruction
i2
|
|
Instruction
i
|
Returns
|
System.Boolean
|