public MyISerStruct Method_MyISerStruct_ref(ref MyISerStruct obj1)
 {
     return(obj1);
 }
 public MyISerStruct Method_MyISerStruct(MyISerStruct obj1)
 {
     return(obj1);
 }
 public void Method_MyISerStruct_out(MyISerStruct obj1, out MyISerStruct obj2)
 {
     obj2 = obj1;
     return;
 }