Пример #1
0
 public void InsertAddressAt(AddressType newValue, int index)
 {
     InsertDomElementAt("", "Address", index, newValue);
 }
Пример #2
0
 public void ReplaceAddressAt(AddressType newValue, int index)
 {
     ReplaceDomElementAt("", "Address", index, newValue);
 }
Пример #3
0
 public XmlNode AddAddress(AddressType newValue)
 {
     return AppendDomElement("", "Address", newValue);
 }