C# 클래스 System.Data.ProviderBase.SimpleMatch

상속: SimpleCapture
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
SimpleMatch ( SimpleRegex regex, int total, bool success, int index, int length, int skip, string input ) : System.Data
SimpleMatch ( SimpleRegex regex, int total, bool success, int index, int length, string input ) : System.Data

보호된 메소드들

메소드 설명
NextMatch ( ) : SimpleMatch

메소드 상세

NextMatch() 보호된 메소드

protected NextMatch ( ) : SimpleMatch
리턴 SimpleMatch

SimpleMatch() 공개 메소드

public SimpleMatch ( SimpleRegex regex, int total, bool success, int index, int length, int skip, string input ) : System.Data
regex SimpleRegex
total int
success bool
index int
length int
skip int
input string
리턴 System.Data

SimpleMatch() 공개 메소드

public SimpleMatch ( SimpleRegex regex, int total, bool success, int index, int length, string input ) : System.Data
regex SimpleRegex
total int
success bool
index int
length int
input string
리턴 System.Data