C# 클래스 Microsoft.Automata.Internal.Utilities.CSharpStringMatcher

상속: ICompiledStringMatcher
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 메소드들

메소드 설명
IsMatch ( string input ) : bool

비공개 메소드들

메소드 설명
CSharpStringMatcher ( Automaton automaton, CharSetSolver solver, string classname, string namespacename, bool OptimzeForAsciiInput ) : System
CompiledStringMatcher ( ) : MethodInfo

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( string input ) : bool
input string
리턴 bool