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

BaseGet() protected method

protected BaseGet ( int index ) : object
index int
return object
        protected object BaseGet(int index) { throw null; }
        protected object BaseGet(string name) { throw null; }

Same methods

NameObjectCollectionBase::BaseGet ( String name ) : Object
NameObjectCollectionBase::BaseGet ( int index ) : Object
NameObjectCollectionBase::BaseGet ( string name ) : object