Click or drag to resize
ParserSettings Constructor (Boolean)
Initializes a new instance of the ParserSettings class, setting the case comparison behavior.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ParserSettings(
	bool caseSensitive
)

Parameters

caseSensitive
Type: SystemBoolean
If set to true, parsing will be case sensitive.
See Also