示例#1
0
 public void ReplaceCityAt(CityType newValue, int index)
 {
     ReplaceDomElementAt("", "City", index, newValue);
 }
示例#2
0
 public void InsertCityAt(CityType newValue, int index)
 {
     InsertDomElementAt("", "City", index, newValue);
 }
示例#3
0
 public XmlNode AddCity(CityType newValue)
 {
     return AppendDomElement("", "City", newValue);
 }
示例#4
0
 public void ReplaceCityAt(CityType newValue, int index)
 {
     ReplaceDomElementAt("", "City", index, newValue);
 }
示例#5
0
 public void InsertCityAt(CityType newValue, int index)
 {
     InsertDomElementAt("", "City", index, newValue);
 }
示例#6
0
 public XmlNode AddCity(CityType newValue)
 {
     return(AppendDomElement("", "City", newValue));
 }