CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

Console read command loop

49 Views
Copy Code Show/Hide Line Numbers
while(true)
{
    events.Publish(new ConsoleKeyPressedEvent
    {
        Info = Console.ReadKey();
    }
}
by Anthony Mastrean
  March 17, 2010 @ 8:05am

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate