Ejemplo n.º 1
0
 public void ReplacetypeAt(typeType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "type", index, newValue.ToString());
 }
Ejemplo n.º 2
0
 public void Addtype(typeType newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "type", newValue.ToString());
 }
Ejemplo n.º 3
0
 public void InserttypeAt(typeType newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "type", index, newValue.ToString());
 }