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

Clear() public method

public Clear ( ) : void
return void
        public void Clear ()
        {
            throw new ReadOnlyException ("Cannot clear the settings because the ISettings dictionary is readonly");
        }