The following throws a NotSupportedException:
class test
{
public static void Main(string[] args)
{
System.Console.OpenStandardInput().Close();
}
}
- Re: [DOTNET-ROTOR] ConsoleStream Bug Jeroen Frijters
- Re: [DOTNET-ROTOR] ConsoleStream Bug John Norwood
- Re: [DOTNET-ROTOR] ConsoleStream Bug John Norwood
