C# Class System.Data.ProviderBase.SimpleRegex

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

Méthodes protégées

Méthode Description
IsWordChar ( char c ) : bool
Match ( string input ) : SimpleMatch
Match ( string input, int beginning, int length ) : SimpleMatch

Method Details

IsWordChar() protected méthode

protected IsWordChar ( char c ) : bool
c char
Résultat bool

Match() protected méthode

protected Match ( string input ) : SimpleMatch
input string
Résultat SimpleMatch

Match() abstract protected méthode

abstract protected Match ( string input, int beginning, int length ) : SimpleMatch
input string
beginning int
length int
Résultat SimpleMatch