示例#1
0
文件: Class550.cs 项目: 15831944/WW
        public Class550 Clone()
        {
            Class550 class550 = new Class550();

            class550.CopyFrom(this);
            return(class550);
        }
示例#2
0
文件: Class550.cs 项目: 15831944/WW
 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;
 }