Click or drag to resize

CollectionsGetEmptyMapK, V Method

Returns an empty IDictionary for type K,V

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IDictionary GetEmptyMap<K, V>()

Type Parameters

K

[Missing <typeparam name="K"/> documentation for "M:com.espertech.esper.compat.collections.Collections.GetEmptyMap``2"]

V

[Missing <typeparam name="V"/> documentation for "M:com.espertech.esper.compat.collections.Collections.GetEmptyMap``2"]

Return Value

Type: IDictionaryTKey, TValue

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.Collections.GetEmptyMap``2"]

See Also