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