NSoft.NFramework.Nini.Config.ConfigCollection.ConfigCollection C# (CSharp) Method

ConfigCollection() public method

public ConfigCollection ( ConfigSourceBase owner ) : System
owner ConfigSourceBase
return System
        public ConfigCollection(ConfigSourceBase owner) {
            this.owner = owner;
        }