Пример #1
0
 public static Pattern To(this Char @char, [DisallowNull] Pattern to, [AllowNull] Pattern escape) => escape is not null ? new EscapedRanger(@char, to, escape) : new Ranger(@char, to);
Пример #2
0
 => ((ISupportKeyPress)textbox).OnKeyPress(new KeyPressEventArgs(new ConsoleKeyInfo(@char, direction, false, false, false)));
Пример #3
0
 => ((ISupportKeyPress)radioGroup).OnKeyPress(new KeyPressEventArgs(new ConsoleKeyInfo(@char, direction, false, false, false)));