/// <summary> /// Removes the specified <see cref="PluginConfiguration"/> from the <see cref="global::System.Configuration.PluginConfigurationElementCollection"/>. /// </summary> /// <param name="pluginConfiguration">The <see cref="PluginConfiguration"/> to remove.</param> public void Remove(PluginConfiguration pluginConfiguration) { base.BaseRemove(this.GetElementKey(pluginConfiguration)); }
/// <summary> /// Adds the specified <see cref="PluginConfiguration"/> to the <see cref="global::System.Configuration.PluginConfigurationElementCollection"/>. /// </summary> /// <param name="pluginConfiguration">The <see cref="PluginConfiguration"/> to add.</param> public void Add(PluginConfiguration pluginConfiguration) { base.BaseAdd(pluginConfiguration); }