System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues C# (CSharp) 메소드

BaseGetAllValues() 보호된 메소드

protected BaseGetAllValues ( System type ) : object[]
type System
리턴 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[]