Esempio n. 1
0
 /// <summary>
 /// Return the number of capturing groups in the pattern.
 /// </summary>
 ///
 /// <returns>The number of capturing groups in the pattern.</returns>
 public int GroupCount()
 {
     return(matchResult.GroupCount());
 }