Table of Contents

Method Remove

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Remove(TKey)

Removes the value with the specified key from the dictionary.

public bool Remove(TKey key)

Parameters

key TKey

The key of the element to remove.

Returns

bool

true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the dictionary.