NSoft.NFramework.Nini.Ini.IniSection.IniSection C# (CSharp) Méthode

IniSection() public méthode

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