Example #1
0
 public void InsertspecialbuilderAt(specialbuilderType newValue, int index)
 {
     InsertDomElementAt("", "specialbuilder", index, newValue);
 }
Example #2
0
 public void ReplacespecialbuilderAt(specialbuilderType newValue, int index)
 {
     ReplaceDomElementAt("", "specialbuilder", index, newValue);
 }
Example #3
0
 public void Addspecialbuilder(specialbuilderType newValue)
 {
     AppendDomElement("", "specialbuilder", newValue);
 }