Click or drag to resize
EndOfLineDetector Class
Detects end of line in a string such as '\r' or '\n'
Inheritance Hierarchy
SystemObject
  FlexRule.DSL.TokenizerStandardTokenDetector
    FlexRule.DSL.Tokenizer.DetectorsEndOfLineDetector

Namespace: FlexRule.DSL.Tokenizer.Detectors
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class EndOfLineDetector : StandardTokenDetector

The EndOfLineDetector type exposes the following members.

Constructors
  NameDescription
Public methodEndOfLineDetector
Top
Properties
  NameDescription
Public propertyAlias (Inherited from StandardTokenDetector.)
Public propertyType
Gets the detector type
(Inherited from StandardTokenDetector.)
Top
Methods
Extension Methods
See Also