C# Class System.Text.RegularExpressions.MatchSparse

Inheritance: Match
显示文件 Open project: dotnet/corefx

Private Methods

Method Description
Dump ( ) : void
MatchSparse ( Regex regex, Hashtable caps, int capcount, string text, int begpos, int len, int startpos ) : System.Collections