Exemplo n.º 1
0
 public void DefineVariable(string name, Type variableType)
 {
     _collection.DefineVariable(name, variableType);
 }