DictionaryCollectionBase<T,U>.Remove Method

Definition

Overloads

Remove(T)
Remove(String)

Remove(T)

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

Parameters

item
T

Returns

Implements

Applies to

Remove(String)

public bool Remove (string name);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (name As String) As Boolean

Parameters

name
String

Returns

Implements

Applies to