Exemplo n.º 1
0
 private void Write(CollectionExecuteAsyncMethod method)
 {
     WriteSignature(method);
     using (_builder.IndentBraced)
     {
         _("return ExecuteAsyncInternal();");
     }
 }
Exemplo n.º 2
0
 private void Write(CollectionExecuteAsyncMethod method)
 {
     WriteSignature(method);
     using (_builder.IndentBraced)
     {
         _("return ExecuteAsyncInternal();");
     }
 }