Exemple #1
0
 public TypeWithEmptyNamespace Method_TypeWithEmptyNamespace(TypeWithEmptyNamespace obj1)
 {
     return(obj1);
 }
Exemple #2
0
 public void Method_TypeWithEmptyNamespace_out(TypeWithEmptyNamespace obj1, out TypeWithEmptyNamespace obj2)
 {
     obj2 = obj1;
     return;
 }