Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created October 8, 2012 08:46
Show Gist options
  • Select an option

  • Save mkrueger/3851465 to your computer and use it in GitHub Desktop.

Select an option

Save mkrueger/3851465 to your computer and use it in GitHub Desktop.
using System;
using System.Collections;
class MyTest
{
static void Test (int a, ConsoleKey test)
{
}
public static void Main (string[] args)
{
ConsoleKey ck = ConsoleKey.A;
Test (5,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment