Beispiel #1
0
 public static Pattern Concatenator(Char Left, Char Right) => Left.Concatenate(Right);