Dictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.Remove 메서드

정의

사전에서 키와 값을 제거합니다.

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System::Collections::Generic::KeyValuePair<TKey, TValue> keyValuePair) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey, TValue>>::Remove;
bool ICollection<KeyValuePair<TKey,TValue>>.Remove (System.Collections.Generic.KeyValuePair<TKey,TValue> keyValuePair);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
Function Remove (keyValuePair As KeyValuePair(Of TKey, TValue)) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Remove

매개 변수

keyValuePair
KeyValuePair<TKey,TValue>

Dictionary<TKey,TValue>에서 제거할 키와 값을 나타내는 KeyValuePair<TKey,TValue> 구조체입니다.

반환

keyValuePair로 표시된 키와 값을 찾아서 제거한 경우 true이고, 그렇지 않으면 false입니다. 이 메서드는 keyValuePairICollection<T>에 없는 경우 false을 반환합니다.

구현

적용 대상