Type Alias Quirk
Scott Hanselman tweeted this afternoon about it being a drag using a type like this: List < KeyValuePair < String , Func < Brush , UserControl >>> It's certainly a complex type with all those nested generics. My first instinct, apart from deriving new non-generic classes from the generic...