Delegate SolverDelegates.IntermidiateDelegate<TSolution>
A delegate to pass on an intermidiate solution.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate void IntermidiateDelegate<TSolution>(TSolution result);
Parameters
|
TSolution
result
|
Type Parameters
|
TSolution
|