ImmutableSortedDictionary<TKey,TValue>.Builder.Item[TKey] 속성

정의

변경할 수 없는 정렬된 사전에서 지정된 키의 값을 가져오거나 설정합니다.

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

매개 변수

key
TKey

값을 검색할 키입니다.

속성 값

TValue

지정된 키와 연결된 값입니다.

구현

적용 대상