Method GetKeyCharArray
GetKeyCharArray(ConsoleKeyInfo[])
A helper to get only the KeyChar from the ConsoleKeyInfo array.
public static char[] GetKeyCharArray(ConsoleKeyInfo[] cki)
Parameters
ckiConsoleKeyInfo[]
Returns
- char[]
The char array of the escape sequence.