Interface ISolution
Abstract representation of a solution.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface ISolution
Methods
Clone()
Clones this solution.
Declaration
object Clone()
Returns
|
System.Object
|
CopyFrom(ISolution)
Copies the given solution into this solution.
Declaration
void CopyFrom(ISolution solution)
Parameters
|
ISolution
solution
|