Aqueduct.Configuration.ReadOnlySettings.Remove C# (CSharp) Method

Remove() public method

public Remove ( Setting>.KeyValuePair item ) : bool
item Setting>.KeyValuePair
return 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