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

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

public Clear ( ) : void
Результат void
        public void Clear ()
        {
            throw new ReadOnlyException ("Cannot clear the settings because the ISettings dictionary is readonly");
        }