Click or drag to resize

DictionaryExtensionsWithNullKeySupportTK, TV Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.DictionaryExtensions.WithNullKeySupport``2(System.Boolean)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IDictionary WithNullKeySupport<TK, TV>(
	this bool dictionary
)
where TK : class

Parameters

dictionary
Type: SystemBoolean

[Missing <param name="dictionary"/> documentation for "M:com.espertech.esper.compat.collections.DictionaryExtensions.WithNullKeySupport``2(System.Boolean)"]

Type Parameters

TK

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

TV

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

Return Value

Type: IDictionaryTKey, TValue

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.DictionaryExtensions.WithNullKeySupport``2(System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Boolean. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also