コード例 #1
0
 /// <summary>
 ///Clones EmbeddedSimState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Simulation.Embedded.Proxy.EmbeddedSimState target0 = new global::Microsoft.Simulation.Embedded.Proxy.EmbeddedSimState();
     this.CopyTo(target0);
     return(target0);
 }
コード例 #2
0
 /// <summary>
 ///Copies the data member values of the current EmbeddedSimState to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::Microsoft.Simulation.Embedded.Proxy.EmbeddedSimState typedTarget = ((global::Microsoft.Simulation.Embedded.Proxy.EmbeddedSimState)(target));
 }