Partager via


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

Definition

public:
 property System::Collections::Generic::List<TValue> ^ default[TKey] { System::Collections::Generic::List<TValue> ^ get(TKey key); void set(TKey key, System::Collections::Generic::List<TValue> ^ value); };
public System.Collections.Generic.List<TValue> this[TKey key] { get; set; }
member this.Item('Key) : System.Collections.Generic.List<'Value> with get, set
Default Public Property Item(key As TKey) As List(Of TValue)

Parameters

key
TKey

Property Value

List<TValue>

Implements

Applies to