Exemplo n.º 1
0
 public BuiltinFunction(string name, BuiltinFunctionType type)
 {
     _name = name;
     _type = type;
 }