System.Collections.Specialized.NameObjectCollectionBase.BaseRemove C# (CSharp) Method

BaseRemove() protected method

protected BaseRemove ( string name ) : void
name string
return void
        protected void BaseRemove(string name) { }
        protected void BaseRemoveAt(int index) { }

Same methods

NameObjectCollectionBase::BaseRemove ( String name ) : void