ActivatableDictionary<TKey, TValue>.

Remove(KeyValuePair<TKey, TValue>) Method

Syntax

public bool Remove(KeyValuePair<TKey, TValue> item)

Parameters

Name Type Description
item KeyValuePair<TKey, TValue>

Return Value

Type Description
bool