C#: lamer by the moment
To my disbelief, you can’t inherit from generic type parameters in C#. Something like this is currently impossible:
class Foo<T> : T { }
It’s sad, really, how Microsoft continues to focus on other crap but leaves out basic things like constraint-based overload resolution or simple inheritance. And still no Spec# features.
Related Posts
- Alex Filo has the right idea, UniformWrapPanel on March 06, 2009 in .NET Framework, C#, Coding
- Databinding TextBlocks with XAML on March 02, 2009 in .NET Framework, C#, Coding
- Is C# the Boost of C-family languages? on October 28, 2010 in C#, Coding, Microsoft
- Using HSL colors in WPF on March 01, 2009 in .NET Framework, C#, Coding
- Visual Studio 2010 CTP now available on October 28, 2008 in C#, Coding, Microsoft