Esempio n. 1
0
 public string this[int index]
 {
     get { return(XmlHelper.GetAttribute(AssemblyNodes[index], "path")); }
     set { XmlHelper.SetAttribute(AssemblyNodes[index], "path", value); }
 }
Esempio n. 2
0
 private string GetAttribute(string name)
 {
     return(XmlHelper.GetAttribute(configNode, name));
 }