Does Mono support generics?.
Yes, the Mono runtime now supports the new Generics extensions, and there is also support for generics in our new compiler: `gmcs’. The Mono C# 1.0 compiler (mcs) will ship with various C# 2.0 features, but generics will remain on the separate compiler (gmcs) as this code is not as tested as the main compiler.