ImmutableSortedDictionary<TKey,TValue>.Remove(TKey) 메서드

정의

변경할 수 없는 정렬된 사전에서 지정된 값을 가진 요소를 제거합니다.

public:
 System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue> ^ Remove(TKey value);
public System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> Remove (TKey value);
member this.Remove : 'Key -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>
Public Function Remove (value As TKey) As ImmutableSortedDictionary(Of TKey, TValue)

매개 변수

value
TKey

제거할 요소의 값입니다.

반환

지정된 요소가 제거된 변경할 수 없는 새 사전입니다. 또는 사전에서 지정된 값을 찾을 수 없는 경우 이 인스턴스입니다.

적용 대상