Click or drag to resize

MagicStringDictionaryExtensionsGetInternalV Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionaryExtensions.GetInternal``1(System.Collections.Generic.IDictionary`2,System.Boolean)"]

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static Object GetInternal<V>(
	IDictionary dictionary,
	bool key
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="dictionary"/> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionaryExtensions.GetInternal``1(System.Collections.Generic.IDictionary`2,System.Boolean)"]

key
Type: SystemBoolean

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionaryExtensions.GetInternal``1(System.Collections.Generic.IDictionary`2,System.Boolean)"]

Type Parameters

V

[Missing <typeparam name="V"/> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionaryExtensions.GetInternal``1(System.Collections.Generic.IDictionary`2,System.Boolean)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionaryExtensions.GetInternal``1(System.Collections.Generic.IDictionary`2,System.Boolean)"]

See Also