Click or drag to resize

FixedDictionaryK, VRemoveAndReturn 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 V RemoveAndReturn(
	K key
)

Parameters

key
Type: K

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

Return Value

Type: V

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

See Also