Share via


ReadOnlyDictionary45<TKey,TValue>.KeyCollection.ICollection<TKey>.Remove Method

Definition

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

Parameters

item
TKey

Returns

System.Boolean

Implements

System.Collections.Generic.ICollection`1.Remove(`0)

Applies to