Click or drag to resize

TransformDictionaryTK1, TV1, TK2, TV2 Constructor (IDictionary, Boolean, TK2, TV2, Func)

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public TransformDictionary(
	IDictionary subDictionary,
	bool keyOut,
	TK2 keyIn,
	TV2 valueOut,
	Func valueIn
)

Parameters

subDictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="subDictionary"/> documentation for "M:com.espertech.esper.compat.collections.TransformDictionary`4.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,`2,`3,System.Func`2)"]

keyOut
Type: SystemBoolean

[Missing <param name="keyOut"/> documentation for "M:com.espertech.esper.compat.collections.TransformDictionary`4.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,`2,`3,System.Func`2)"]

keyIn
Type: TK2

[Missing <param name="keyIn"/> documentation for "M:com.espertech.esper.compat.collections.TransformDictionary`4.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,`2,`3,System.Func`2)"]

valueOut
Type: TV2

[Missing <param name="valueOut"/> documentation for "M:com.espertech.esper.compat.collections.TransformDictionary`4.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,`2,`3,System.Func`2)"]

valueIn
Type: SystemFuncT, TResult

[Missing <param name="valueIn"/> documentation for "M:com.espertech.esper.compat.collections.TransformDictionary`4.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,`2,`3,System.Func`2)"]

See Also