C# Class System.Data.ProviderBase.SimpleMatch

Inheritance: SimpleCapture
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
NextMatch ( ) : SimpleMatch

Method Details

NextMatch() protected method

protected NextMatch ( ) : SimpleMatch
return SimpleMatch

SimpleMatch() public method

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
return System.Data

SimpleMatch() public method

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
return System.Data