I'm not sure where I saw this, and I'm certainly not getting the syntax past the compiler. Is it possible to use the 'class' C# keyword as part of a method parameter signature?
foo(string x, class y) { }
Anyone else see something like this? thanks, -gene