Share via


ChangeTrackingDictionary<TKey,TValue>.Keys Property

Definition

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

Property Value

ICollection<TKey>

Implements

Applies to