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