Exemple #1
0
 public ClassWithComplexObjectProperty ObjectParameterWithComplexProperty(ClassWithComplexObjectProperty param)
 {
     return(param);
 }
 public ClassWithComplexObjectProperty ObjectParameterWithNestedObjectProperty(ClassWithComplexObjectProperty thing)
 {
     return thing;
 }
Exemple #3
0
 public ClassWithComplexObjectProperty ObjectParameterWithNestedObjectProperty(ClassWithComplexObjectProperty thing)
 {
     return(thing);
 }
 public ClassWithComplexObjectProperty ObjectParameterWithComplexProperty(ClassWithComplexObjectProperty param)
 {
     return param;
 }