Exemplo n.º 1
0
 public SGNamespace WithStructs(params SGStruct[] structs)
 {
     Structs.AddRange(structs);
     return(this);
 }