C# Class Microsoft.Automata.Internal.Utilities.CSharpStringMatcher

Inheritance: ICompiledStringMatcher
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Méthode Description
IsMatch ( string input ) : bool

Private Methods

Méthode Description
CSharpStringMatcher ( Automaton automaton, CharSetSolver solver, string classname, string namespacename, bool OptimzeForAsciiInput ) : System
CompiledStringMatcher ( ) : MethodInfo

Method Details

IsMatch() public méthode

public IsMatch ( string input ) : bool
input string
Résultat bool