Example #1
0
 public void Method_TypeWithRelativeNamespace_out(TypeWithRelativeNamespace obj1, out TypeWithRelativeNamespace obj2)
 {
     obj2 = obj1;
     return;
 }
Example #2
0
 public TypeWithRelativeNamespace Method_TypeWithRelativeNamespace(TypeWithRelativeNamespace obj1)
 {
     return(obj1);
 }