MatchIndex() 개인적인 메소드

private MatchIndex ( int cap ) : int
cap int
리턴 int
예제 #1
0
 /// <summary>
 /// Call out to runmatch to get around visibility issues
 /// </summary>
 protected int MatchIndex(int cap)
 {
     return(runmatch.MatchIndex(cap));
 }