C# Class System.Text.RegularExpressions.CompiledRegexRunner

Inheritance: RegexRunner
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes protégées

Méthode Description
FindFirstChar ( ) : bool
Go ( ) : void
InitTrackCount ( ) : void

Private Methods

Méthode Description
CompiledRegexRunner ( ) : System
SetDelegates ( NoParamDelegate go, FindFirstCharDelegate firstChar, NoParamDelegate trackCount ) : void

Method Details

FindFirstChar() protected méthode

protected FindFirstChar ( ) : bool
Résultat bool

Go() protected méthode

protected Go ( ) : void
Résultat void

InitTrackCount() protected méthode

protected InitTrackCount ( ) : void
Résultat void