Parenthesis() 공개 정적인 메소드

Returns a pattern that matches left or right parenthesis.
public static Parenthesis ( ) : CharGrouping
리턴 CharGrouping
예제 #1
0
 /// <summary>
 /// Appends a pattern that matches left or right parenthesis.
 /// </summary>
 /// <returns></returns>
 public CharGrouping Parenthesis() => Append(Chars.Parenthesis());