FrozenDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Item[TKey] 속성

정의

읽기 전용 사전에 지정된 키를 가진 요소를 가져옵니다.

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

매개 변수

key
TKey

찾을 키입니다.

속성 값

TValue

읽기 전용 사전에 지정된 키를 가진 요소입니다.

구현

적용 대상