NameObjectCollectionBase::Keys Property
.NET Framework (current version)
Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Assembly: System (in System.dll)
public: property NameObjectCollectionBase::KeysCollection^ Keys { virtual NameObjectCollectionBase::KeysCollection^ get(); }
Property Value
Type: System.Collections.Specialized::NameObjectCollectionBase::KeysCollection^A NameObjectCollectionBase::KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Retrieving the value of this property is an O(1) operation.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: