MatchIndex() private method

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