Method ResizeArray
ResizeArray(ConsoleKeyInfo, ConsoleKeyInfo[])
A helper to resize the ConsoleKeyInfo as needed.
public static ConsoleKeyInfo[] ResizeArray(ConsoleKeyInfo consoleKeyInfo, ConsoleKeyInfo[] cki)
Parameters
consoleKeyInfo
ConsoleKeyInfoThe ConsoleKeyInfo.
cki
ConsoleKeyInfo[]The ConsoleKeyInfo array to resize.
Returns
- ConsoleKeyInfo[]
The ConsoleKeyInfo resized.