コード例 #1
0
 /// <summary>
 ///Clones prototypeBoardConnectionTestState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::prototypeBoardConnectionTest.Proxy.prototypeBoardConnectionTestState target0 = new global::prototypeBoardConnectionTest.Proxy.prototypeBoardConnectionTestState();
     this.CopyTo(target0);
     return(target0);
 }
コード例 #2
0
 /// <summary>
 ///Copies the data member values of the current prototypeBoardConnectionTestState 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::prototypeBoardConnectionTest.Proxy.prototypeBoardConnectionTestState typedTarget = ((global::prototypeBoardConnectionTest.Proxy.prototypeBoardConnectionTestState)(target));
 }