MatchLength() private method

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