Match() защищенный Метод

protected Match ( string input ) : SimpleMatch
input string
Результат SimpleMatch
Пример #1
0
 protected internal SimpleMatch NextMatch()
 {
     return(_regex.Match(Input, Index + Length + _skip, _total));
 }