예제 #1
0
 public TypeWithLongNamespace Method_TypeWithLongNamespace(TypeWithLongNamespace obj1)
 {
     return(obj1);
 }
예제 #2
0
 public void Method_TypeWithLongNamespace_out(TypeWithLongNamespace obj1, out TypeWithLongNamespace obj2)
 {
     obj2 = obj1;
     return;
 }