Aqueduct.Configuration.ReadOnlySettings.Remove C# (CSharp) Метод

Remove() публичный Метод

public Remove ( Setting>.KeyValuePair item ) : bool
item Setting>.KeyValuePair
Результат bool
        public bool Remove (KeyValuePair<string, Setting> item)
        {
            throw new ReadOnlyException ("Cannot remove items from the collection because it's readonly");
        }

Same methods

ReadOnlySettings::Remove ( string key ) : bool