예제 #1
0
 public AliasInfo Get(string aliasName)
 {
     //Alias names do *not* support scope prefixes
     return(_scope.Get(aliasName, false));
 }
예제 #2
0
 public FunctionInfo Get(string functionName)
 {
     return(_scope.Get(functionName, true));
 }