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