ImmutableDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Item[TKey] 속성

정의

지정한 키가 있는 TValue를 가져오거나 설정합니다.

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

매개 변수

key
TKey

키의 형식입니다.

속성 값

TValue

와 연결된 형식 TValue 의 개체입니다 key.

구현

적용 대상