Click or drag to resize
CharsSequence Constructor (Char, Boolean)
Constructs the sequence

Namespace: FlexRule.DSL.Tokenizer
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public CharsSequence(
	char[] chars,
	bool ignoreCase
)

Parameters

chars
Type: SystemChar
ignoreCase
Type: SystemBoolean
See Also