Ejemplo n.º 1
0
 public void ReplaceParamterAt(ParamterType newValue, int index)
 {
     ReplaceDomElementAt("", "Paramter", index, newValue);
 }
Ejemplo n.º 2
0
 public void InsertParamterAt(ParamterType newValue, int index)
 {
     InsertDomElementAt("", "Paramter", index, newValue);
 }
Ejemplo n.º 3
0
 public Value2Enumerator(ParamterType par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 4
0
 public void AddParamter(ParamterType newValue)
 {
     AppendDomElement("", "Paramter", newValue);
 }
Ejemplo n.º 5
0
 public SizeEnumerator(ParamterType par)
 {
     parent = par;
     nIndex = -1;
 }