Axiom.Framework.Configuration.PluginsElementCollection.Remove C# (CSharp) Méthode

Remove() private méthode

private Remove ( global pluginElement ) : void
pluginElement global
Résultat void
        public void Remove(global::Axiom.Framework.Configuration.PluginElement pluginElement)
        {
            base.BaseRemove(this.GetElementKey(pluginElement));
        }
        #endregion