Поделиться через


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>.

Возвращаемое значение

true, если item успешно удалены из ICollection<T>; в противном случае false. Этот метод также возвращает false, если item не найден в исходном ICollection<T>.

Реализации

Применяется к