Axiom.Framework.Configuration.ResourceLocationElementCollection.Remove C# (CSharp) Method

Remove() private method

private Remove ( global resourceLocation ) : void
resourceLocation global
return void
        public void Remove(global::Axiom.Framework.Configuration.ResourceLocationElement resourceLocation)
        {
            base.BaseRemove(this.GetElementKey(resourceLocation));
        }
        #endregion