/// <summary>
 ///Clones Partners
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Robotics.Services.ObstacleAvoidanceDrive.Proxy.Partners target0 = new global::Microsoft.Robotics.Services.ObstacleAvoidanceDrive.Proxy.Partners();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current Partners 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.Robotics.Services.ObstacleAvoidanceDrive.Proxy.Partners typedTarget = ((global::Microsoft.Robotics.Services.ObstacleAvoidanceDrive.Proxy.Partners)(target));
 }