Match() 보호된 메소드

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