Creates a new instance of the XML configuration source.
Constructor. Loads an empty .NET config source.
public DotNetConfigSource();
Creates a new instance of the XML configuration source.
public DotNetConfigSource(string);
Creates a new instance of the XML configuration source.
public DotNetConfigSource(string[]);
Creates a new instance of the XML configuration source.
public DotNetConfigSource(XmlReader);
DotNetConfigSource Class | Nini.Config Namespace