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