PatternDictionary<TKey,TValue>.Remove(TValue) Method

Definition

public bool Remove (TValue item);
abstract member Remove : 'Value -> bool
override this.Remove : 'Value -> bool
Public Function Remove (item As TValue) As Boolean

Parameters

item
TValue

Returns

Implements

Applies to