Click or drag to resize

BaseMapTK, TVRemoveAndReturn Method

Removes the item from the dictionary that is associated with the specified key. The item if found is returned; if not, default(V) is returned.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public TV RemoveAndReturn(
	TK key
)

Parameters

key
Type: TK

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.collections.BaseMap`2.RemoveAndReturn(`0)"]

Return Value

Type: TV

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.BaseMap`2.RemoveAndReturn(`0)"]

See Also