C# 클래스 Automata.Tests.DotNetTest

파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 메소드들

메소드 설명
Test ( bool accept, string strs, double &sec ) : int

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.

비공개 메소드들

메소드 설명
Compile ( Regex regex ) : void

메소드 상세

Test() 공개 정적인 메소드

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.
public static Test ( bool accept, string strs, double &sec ) : int
accept bool
strs string
sec double
리턴 int