Click or drag to resize
CharsSequenceContains Method
Checks if the sequence contains a char

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 bool Contains(
	char ch
)

Parameters

ch
Type: SystemChar

Return Value

Type: Boolean
See Also