Exemplo n.º 1
0
        public Class550 Clone()
        {
            Class550 class550 = new Class550();

            class550.CopyFrom(this);
            return(class550);
        }
Exemplo n.º 2
0
 public void CopyFrom(Class550 from)
 {
     this.vector3D_0 = from.vector3D_0;
     this.vector3D_1 = from.vector3D_1;
     this.double_0   = from.double_0;
     this.double_1   = from.double_1;
     this.double_2   = from.double_2;
     this.double_3   = from.double_3;
     this.int_0      = from.int_0;
 }