Weitao Su's WebLog

.Net Reflection and more

March, 2008

Posts
  • Weitao Su's WebLog

    Formal type parameters of generic types.

    • 4 Comments
    I recently got a question on generic type identity. I will illustrate the question using this simple app: class Base <T> { } class Derived <T> : Base <T> { } class App { static void Main() { Console .WriteLine...
Page 1 of 1 (1 items)