Esempio n. 1
0
 public ClassWithComplexObjectProperty ObjectParameterWithComplexProperty(ClassWithComplexObjectProperty param)
 {
     return(param);
 }
 public ClassWithComplexObjectProperty ObjectParameterWithNestedObjectProperty(ClassWithComplexObjectProperty thing)
 {
     return thing;
 }
Esempio n. 3
0
 public ClassWithComplexObjectProperty ObjectParameterWithNestedObjectProperty(ClassWithComplexObjectProperty thing)
 {
     return(thing);
 }
 public ClassWithComplexObjectProperty ObjectParameterWithComplexProperty(ClassWithComplexObjectProperty param)
 {
     return param;
 }