예제 #1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.IReadOnlyCollection <NamedExpression> > FindFunctions(string name)
 {
     return(_implementation.FindFunctionsAsync(name));
 }