コード例 #1
0
 public void ReplacerepositoryAt(repositoryType newValue, int index)
 {
     ReplaceDomElementAt("", "repository", index, newValue);
 }
コード例 #2
0
 public void Addrepository(repositoryType newValue)
 {
     AppendDomElement("", "repository", newValue);
 }
コード例 #3
0
 public void InsertrepositoryAt(repositoryType newValue, int index)
 {
     InsertDomElementAt("", "repository", index, newValue);
 }