コード例 #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));
 }