HybridDictionary.Keys Property
Gets an ICollection containing the keys in the HybridDictionary.
Assembly: System (in System.dll)
Property Value
Type: System.Collections.ICollectionAn ICollection containing the keys in the HybridDictionary.
Implements
IDictionary.KeysThe order of the values in the ICollection is unspecified, but it is the same order as the associated values in the ICollection returned by the Values method.
The returned ICollection is not a static copy; instead, the ICollection refers back to the keys in the original HybridDictionary. Therefore, changes to the HybridDictionary continue to be reflected in the ICollection.
Retrieving the value of this property is an O(1) operation.
The following code example enumerates the elements of a HybridDictionary.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.