Click or drag to resize

WeakDictionaryTKey, TValueRemove Method (TKey, TValue)

Removes the item from the dictionary that is associated with the specified key.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool Remove(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
Search key into the dictionary
value
Type: TValue
The value removed from the dictionary (if found).

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.WeakDictionary`2.Remove(`0,`1@)"]

See Also