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