Click or drag to resize

DictionaryExtensionsTransformLeftTK, TVInt, TVExt Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.DictionaryExtensions.TransformLeft``3(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 TransformLeft<TK, TVInt, TVExt>(
	this bool dictionary
)
where TVExt : TVInt

Parameters

dictionary
Type: SystemBoolean

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

Type Parameters

TK

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

TVInt

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

TVExt

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

Return Value

Type: IDictionaryTKey, TValue

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.DictionaryExtensions.TransformLeft``3(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