Click or drag to resize
RepeatRulesZero Method
Must not repeat at all. Cannot exists in the tokens or invalid token.

Namespace: FlexRule.DSL.Tokenizer.PatternMatching
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static bool Zero(
	Repeat repeat
)

Parameters

repeat
Type: FlexRule.DSL.Tokenizer.PatternMatchingRepeat

Return Value

Type: Boolean
See Also