C# Class Alsing.Text.PatternMatchers.BinPatternMatcher

Pattern matcher that matches binary tokens
Inheritance: PatternMatcherBase
Datei anzeigen Open project: Zepheus/Fiesta_Utils

Public Properties

Property Type Description
Default BinPatternMatcher

Public Methods

Method Description
Match ( string textToMatch, int matchAtIndex ) : int

Method Details

Match() public method

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
return int

Property Details

Default public_oe static_oe property

public static BinPatternMatcher,Alsing.Text.PatternMatchers Default
return BinPatternMatcher