AlbLib.INI.INIObject.INIObject C# (CSharp) 메소드

INIObject() 보호된 메소드

protected INIObject ( string name ) : System
name string
리턴 System
        protected INIObject(string name)
        {
            this.name = name;
        }
INIObject