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

BaseGetAllValues() protected method

protected BaseGetAllValues ( System type ) : object[]
type System
return object[]
        protected object[] BaseGetAllValues(System.Type type) { throw null; }
        protected string BaseGetKey(int index) { throw null; }

Same methods

NameObjectCollectionBase::BaseGetAllValues ( ) : Object[]
NameObjectCollectionBase::BaseGetAllValues ( ) : object[]
NameObjectCollectionBase::BaseGetAllValues ( Type type ) : object[]