Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the HelloAllTypesResponse class.
 /// </summary>
 public HelloAllTypesResponse(string result = default(string), AllTypes allTypes = default(AllTypes), AllCollectionTypes allCollectionTypes = default(AllCollectionTypes))
 {
     Result             = result;
     AllTypes           = allTypes;
     AllCollectionTypes = allCollectionTypes;
     CustomInit();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the HelloAllTypesWithResult class.
 /// </summary>
 public HelloAllTypesWithResult(string name = default(string), AllTypes allTypes = default(AllTypes), AllCollectionTypes allCollectionTypes = default(AllCollectionTypes))
 {
     Name               = name;
     AllTypes           = allTypes;
     AllCollectionTypes = allCollectionTypes;
     CustomInit();
 }