Beispiel #1
0
 public SettingsManager Remove(Option option)
 {
     return this;
 }
Beispiel #2
0
        public SettingsManager Add(Option option)
        {
            if (option != null)
            {
                _optionsAll[option.Name] = option;
            }

            return this;
        }