Click or drag to resize

MagicDictionaryTK1, TV1 Constructor (IDictionary, Boolean)

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public MagicDictionary(
	IDictionary realDictionary,
	bool typeKeyCaster
)

Parameters

realDictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="realDictionary"/> documentation for "M:com.espertech.esper.compat.magic.MagicDictionary`2.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean)"]

typeKeyCaster
Type: SystemBoolean

[Missing <param name="typeKeyCaster"/> documentation for "M:com.espertech.esper.compat.magic.MagicDictionary`2.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean)"]

See Also