Exemple #1
0
 public TypeWithDefaultNamespace Method_TypeWithDefaultNamespace(TypeWithDefaultNamespace obj1)
 {
     return(obj1);
 }
Exemple #2
0
 public void Method_TypeWithDefaultNamespace_out(TypeWithDefaultNamespace obj1, out TypeWithDefaultNamespace obj2)
 {
     obj2 = obj1;
     return;
 }