C# Class System.Text.RegularExpressions.Match

Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
NextMatch ( ) : System.Text.RegularExpressions.Match
Synchronized ( System inner ) : System.Text.RegularExpressions.Match

Private Methods

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

public NextMatch ( ) : System.Text.RegularExpressions.Match
return System.Text.RegularExpressions.Match

Synchronized() public static method

public static Synchronized ( System inner ) : System.Text.RegularExpressions.Match
inner System
return System.Text.RegularExpressions.Match