System.Configuration.ConfigurationElementCollection.BaseAdd C# (CSharp) Метод

BaseAdd() защищенный Метод

protected BaseAdd ( ConfigurationElement element ) : void
element ConfigurationElement
Результат void
        protected virtual void BaseAdd(ConfigurationElement element) {
            BaseAdd(element, ThrowOnDuplicate);
        }

Same methods

ConfigurationElementCollection::BaseAdd ( ConfigurationElement element, bool throwIfExists ) : void
ConfigurationElementCollection::BaseAdd ( ConfigurationElement element, bool throwIfExists, bool ignoreLocks ) : void
ConfigurationElementCollection::BaseAdd ( int index, ConfigurationElement element ) : void
ConfigurationElementCollection::BaseAdd ( int index, ConfigurationElement element, bool ignoreLocks ) : void