Alexandria.IniFileSection.this C# (CSharp) Méthode

this() public méthode

Get or set a setting. Assignment removes all settings but the new value, if there are more than one.
public this ( string settingName ) : string
settingName string
Résultat string
        public string this[string settingName]
        {
            get { return GetBase(SettingsByName[settingName]); }
        }

Same methods

IniFileSection::this ( string settingName, string defaultValue ) : string