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

Implements

Applies to