This post originated from an RSS feed registered with .NET Buzz
by Oliver Sturm.
Original Post: Open Generic Types
Feed Title: Oliver Sturm's weblog
Feed URL: https://oliversturm.com/blog/blog/archives/category/programming/net/feed/
Feed Description: General musings and programming stuff, .NET category
I just thought I'd pass this on from Wesner Moise's .NET Undocumented blog: Open Generic Types seem to be an undocumented feature in C# 2.0 that might be quite useful for Reflection-related work. Basically, it allows the handling of Generic types that haven't been "closed", i.e. it's still unknown which other type(s) the Generic type [...]