Match() protected method

protected Match ( string input ) : SimpleMatch
input string
return SimpleMatch
示例#1
0
 protected internal SimpleMatch NextMatch()
 {
     return(_regex.Match(Input, Index + Length + _skip, _total));
 }