ImmutableDictionary<TKey,TValue>.IImmutableDictionary<TKey,TValue>.Add 메서드

정의

IImmutableDictionary<TKey,TValue> 인터페이스를 확인합니다.

 virtual System::Collections::Immutable::IImmutableDictionary<TKey, TValue> ^ System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Add(TKey key, TValue value) = System::Collections::Immutable::IImmutableDictionary<TKey, TValue>::Add;
System.Collections.Immutable.IImmutableDictionary<TKey,TValue> IImmutableDictionary<TKey,TValue>.Add (TKey key, TValue value);
abstract member System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Add : 'Key * 'Value -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
override this.System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Add : 'Key * 'Value -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
Function Add (key As TKey, value As TValue) As IImmutableDictionary(Of TKey, TValue) Implements IImmutableDictionary(Of TKey, TValue).Add

매개 변수

key
TKey

추가할 항목의 키입니다.

value
TValue

추가할 항목의 값입니다.

반환

추가 키/값 쌍이 포함된 변경할 수 없는 새 사전입니다.

구현

적용 대상