Click or drag to resize
RepeatRules Class
Identifies the rule if Repeat based on its configurations
Inheritance Hierarchy
SystemObject
  FlexRule.DSL.Tokenizer.PatternMatchingRepeatRules

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 class RepeatRules

The RepeatRules type exposes the following members.

Methods
  NameDescription
Public methodStatic memberZero
Must not repeat at all. Cannot exists in the tokens or invalid token.
Public methodStatic memberZeroOrMore
Zero or more repeat
Top
See Also