Share via


ChangeTrackingDictionary<TKey,TValue>.Item[TKey] Property

Definition

public TValue this[TKey key] { get; set; }
member this.Item('Key) : 'Value with get, set
Default Public Property Item(key As TKey) As TValue

Parameters

key
TKey

Property Value

TValue

Implements

Applies to