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;
        }