NameObjectCollectionBase.BaseGetAllValues Method (Type)
.NET Framework (current version)
Returns an array of the specified type that contains all the values in the NameObjectCollectionBase instance.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System.Type
A Type that represents the type of array to return.
Return Value
Type: 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. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: