Click or drag to resize

StringDictionaryV Constructor (Boolean, IEnumerable)

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public StringDictionary(
	bool isCaseSensitive,
	IEnumerable sourceDictionary
)

Parameters

isCaseSensitive
Type: SystemBoolean

[Missing <param name="isCaseSensitive"/> documentation for "M:com.espertech.esper.compat.collections.StringDictionary`1.#ctor(System.Boolean,System.Collections.Generic.IEnumerable`1)"]

sourceDictionary
Type: System.Collections.GenericIEnumerableT

[Missing <param name="sourceDictionary"/> documentation for "M:com.espertech.esper.compat.collections.StringDictionary`1.#ctor(System.Boolean,System.Collections.Generic.IEnumerable`1)"]

See Also