Alexandria.IniFile.this C# (CSharp) 메소드

this() 공개 메소드

Get a section with the specified name.
public this ( string sectionName ) : IniFileSection
sectionName string
리턴 IniFileSection
        public IniFileSection this[string sectionName]
        {
            get { return SectionsByName[sectionName]; }
        }

Same methods

IniFile::this ( string sectionName, string settingName ) : string
IniFile::this ( string sectionName, string settingName, string defaultValue ) : string