Exemplo n.º 1
0
 public ParserFunction()
 {
     m_impl = this;
 }
Exemplo n.º 2
0
 public static void AddFunction(string name, ParserFunction function)
 {
     m_functions[name] = function;
 }