NSoft.NFramework.Nini.Ini.IniSection.IniSection C# (CSharp) Метод

IniSection() публичный Метод

public IniSection ( string name, string comment = null ) : System.Collections
name string
comment string
Результат System.Collections
        public IniSection(string name, string comment = null) {
            this.name = name;
            this.comment = comment;
        }