public void ReplacelocalfilesystemAt(localfilesystemType newValue, int index) { ReplaceDomElementAt("", "localfilesystem", index, newValue); }
public pathEnumerator(localfilesystemType par) { parent = par; nIndex = -1; }
public XmlNode Addlocalfilesystem(localfilesystemType newValue) { return(AppendDomElement("", "localfilesystem", newValue)); }
public void InsertlocalfilesystemAt(localfilesystemType newValue, int index) { InsertDomElementAt("", "localfilesystem", index, newValue); }
public void Addlocalfilesystem(localfilesystemType newValue) { AppendDomElement("", "localfilesystem", newValue); }
public XmlNode Addlocalfilesystem(localfilesystemType newValue) { return AppendDomElement("", "localfilesystem", newValue); }