Table of Contents

Method Remove

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

Remove(TKey)

Attempts to remove and return the value that has the specified key from the ditionary.

public bool Remove(TKey key)

Parameters

key TKey

The key of the element to remove.

Returns

bool

True if the object was removed successfully; otherwise, False.