Percent() 공개 정적인 메소드

Returns a pattern that matches a percent sign.
public static Percent ( ) : CharGrouping
리턴 CharGrouping
예제 #1
0
 /// <summary>
 /// Appends a pattern that matches a percent sign.
 /// </summary>
 /// <returns></returns>
 public CharGrouping Percent() => Append(Chars.Percent());