NameObjectCollectionBase.BaseGetAllValues Method ()
.NET Framework (current version)
Returns an Object array that contains all the values in the NameObjectCollectionBase instance.
Assembly: System (in System.dll)
Return Value
Type: System.Object[]An Object array that contains all the values in the NameObjectCollectionBase instance.
The following code example uses BaseGetAllKeys and BaseGetAllValues to get an array of the keys or an array of the values.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: