C# Class System.Text.RegularExpressions.Match

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
AddMatch void
BalanceMatch void
Dump void
GroupToStringImpl string
IsMatched bool
LastGroupToStringImpl string
Match
Match System.Collections
MatchIndex int
MatchLength int
RemoveMatch void
Reset void
Tidy void

Méthodes publiques

Méthode Description
NextMatch ( ) : System.Text.RegularExpressions.Match
Synchronized ( System inner ) : System.Text.RegularExpressions.Match

Private Methods

Méthode Description
AddMatch ( int cap, int start, int len ) : void
BalanceMatch ( int cap ) : void
Dump ( ) : void
GroupToStringImpl ( int groupnum ) : string
IsMatched ( int cap ) : bool
LastGroupToStringImpl ( ) : string
Match ( )
Match ( Regex regex, int capcount, string text, int begpos, int len, int startpos ) : System.Collections
MatchIndex ( int cap ) : int
MatchLength ( int cap ) : int
RemoveMatch ( int cap ) : void
Reset ( Regex regex, string text, int textbeg, int textend, int textstart ) : void
Tidy ( int textpos ) : void

Method Details

NextMatch() public méthode

public NextMatch ( ) : System.Text.RegularExpressions.Match
Résultat System.Text.RegularExpressions.Match

Synchronized() public static méthode

public static Synchronized ( System inner ) : System.Text.RegularExpressions.Match
inner System
Résultat System.Text.RegularExpressions.Match