Compartir a través de


OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.Remove Método

Definición

Quita la primera aparición de un objeto específico de la 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

Parámetros

item
TKey

Objeto que se va a quitar de la ICollection<T>.

Devoluciones

true si item se quitó correctamente del ICollection<T>; de lo contrario, false. Este método también devuelve false si no se encuentra item en el ICollection<T>original .

Implementaciones

Se aplica a