MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Extended support for cloning, which creates a new instance of a generic class with the same value as an existing instance. More...
Public Member Functions | |
void | Clone (T instance) |
Copies this object into the specified instance. |
Extended support for cloning, which creates a new instance of a generic class with the same value as an existing instance.
void MCScheduling.SimulatedAnnealing.ICloneable< T >.Clone | ( | T | instance | ) |
Copies this object into the specified instance.
instance | The instance into which is going to be copied. |