NameObjectCollectionBase.BaseGetAllKeys Method ()
.NET Framework (current version)
Returns a String array that contains all the keys in the NameObjectCollectionBase instance.
Assembly: System (in System.dll)
Return Value
Type: System.String[]A String array that contains all the keys 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: