Click or drag to resize

DictionaryExtensionsTransformTKExt, TKInt, TV Method (Boolean, TKExt, TV)

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

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IDictionary Transform<TKExt, TKInt, TV>(
	this bool dictionary,
	TKExt keyIntToExt,
	TV keyExtToInt
)

Parameters

dictionary
Type: SystemBoolean

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

keyIntToExt
Type: TKExt

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

keyExtToInt
Type: TV

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

Type Parameters

TKExt

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

TKInt

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

TV

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

Return Value

Type: IDictionaryTKey, TValue

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

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