Click or drag to resize

StringDictionaryV Constructor (Boolean)

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

Parameters

isCaseSensitive
Type: SystemBoolean
if set to true [is case sensitive].
See Also