NSoft.NFramework.Nini.Ini.IniSection.IniSection C# (CSharp) Method

IniSection() public method

public IniSection ( string name, string comment = null ) : System.Collections
name string
comment string
return System.Collections
        public IniSection(string name, string comment = null) {
            this.name = name;
            this.comment = comment;
        }