Exemple #1
0
 //////////////////////////////////////////////////////////////
 public void append(VariableList other)
 {
     value.AddRange(other.value);
 }
Exemple #2
0
 //////////////////////////////////////////////////////////////
 public VariableList(VariableList other)
     : this(other.value)
 {
 }