OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.Remove 메서드

정의

ICollection<T>특정 개체의 첫 번째 항목을 제거합니다.

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

매개 변수

item
TKey

ICollection<T>제거할 개체입니다.

반환

ICollection<T> item 성공적으로 제거되었는지 true; 그렇지 않으면 false. 또한 이 메서드는 원래 ICollection<T>item 없는 경우 false 반환합니다.

구현

적용 대상