|  |  .NET generics work great for container classes. But what about other uses? Well, it turns out that .NET generics have a major limitation - they require the type parameter to be constrained. For example, you cannot do this:
      static class Dispose... |  | Posted By:Dan Romero      Posted On: Dec 22 |  
  |