System.Collections.Specialized.OrderedDictionary.Keys Property

Gets an ICollection object containing the keys in the System.Collections.Specialized.OrderedDictionary collection.

Syntax

public ICollection Keys { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The returned ICollection object is not a static copy; instead, the ICollection refers back to the keys in the original System.Collections.Specialized.OrderedDictionary collection. Therefore, changes to the System.Collections.Specialized.OrderedDictionary continue to be reflected in the ICollection.

Requirements

Namespace: System.Collections.Specialized
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0