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

정의

에서 지정된 요소의 첫 번째 항목을 제거합니다 ICollection<T>.

 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>

KeyValuePair<TKey,TValue> 에서 제거할 구조체입니다ICollection<T>.

반품

가 성공적으로 제거되었으면 이고 , 그렇지 않으면 . 이 메서드는 .에서 찾을 수 없는 경우에도 false 반환 keyValuePair 합니다ICollection<T>.

구현

적용 대상