Axiom.Framework.Configuration.ResourceLocationElementCollection.Remove C# (CSharp) Метод

Remove() приватный Метод

private Remove ( global resourceLocation ) : void
resourceLocation global
Результат void
        public void Remove(global::Axiom.Framework.Configuration.ResourceLocationElement resourceLocation)
        {
            base.BaseRemove(this.GetElementKey(resourceLocation));
        }
        #endregion