Click or drag to resize

CollectionsSingletonMapTK, TV Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.Collections.SingletonMap``2(System.Boolean,``0)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IDictionary SingletonMap<TK, TV>(
	bool key,
	TK value
)

Parameters

key
Type: SystemBoolean

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.collections.Collections.SingletonMap``2(System.Boolean,``0)"]

value
Type: TK

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.collections.Collections.SingletonMap``2(System.Boolean,``0)"]

Type Parameters

TK

[Missing <typeparam name="TK"/> documentation for "M:com.espertech.esper.compat.collections.Collections.SingletonMap``2(System.Boolean,``0)"]

TV

[Missing <typeparam name="TV"/> documentation for "M:com.espertech.esper.compat.collections.Collections.SingletonMap``2(System.Boolean,``0)"]

Return Value

Type: IDictionaryTKey, TValue

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.Collections.SingletonMap``2(System.Boolean,``0)"]

See Also