Esempio n. 1
0
 public ApiMethodBuilder Constructor(MethodAttributes attributes = MethodAttributes.Public)
 {
     return(ApiMethodBuilder.Method(this, attributes));
 }
Esempio n. 2
0
 public ApiMethodBuilder Method(string name = "MyMethod", Type returnType = null, MethodAttributes attributes = MethodAttributes.Public)
 {
     return(ApiMethodBuilder.Method(this, name, attributes, returnType));
 }