Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NameObjectCollectionBase::BaseGetAllValues Method (Type^)

 

Returns an array of the specified type that contains all the values in the NameObjectCollectionBase instance.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

protected:
array<Object^>^ BaseGetAllValues(
	Type^ type
)

Parameters

type
Type: System::Type^

A Type that represents the type of array to return.

Return Value

Type: array<System::Object^>^

An array of the specified type that contains all the values in the NameObjectCollectionBase instance.

Exception Condition
ArgumentNullException

type is null.

ArgumentException

type is not a valid Type.

This method is an O(n) operation, where n is Count.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft