Exemplo n.º 1
0
 public VariableList(VariableList Otherlist)
 {
     mList = new Dictionary <String, Variable>(Otherlist.GetDictionary());
 }