Edit

Share via


ReadOnlyDictionary<K,V>.Keys Property

Definition

Gets an System.Collections.Generic.ICollection containing the keys of the ReadOnlyDictionary.

public:
 property System::Collections::Generic::ICollection<K> ^ Keys { System::Collections::Generic::ICollection<K> ^ get(); };
public System.Collections.Generic.ICollection<K> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<'K>
Public ReadOnly Property Keys As ICollection(Of K)

Property Value

Implements

Applies to