C# Class System.Data.ProviderBase.SimpleMatch

Inheritance: SimpleCapture
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
NextMatch ( ) : SimpleMatch

Method Details

NextMatch() protected méthode

protected NextMatch ( ) : SimpleMatch
Résultat SimpleMatch

SimpleMatch() public méthode

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
Résultat System.Data

SimpleMatch() public méthode

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
Résultat System.Data