Recently I read about a handy little trick to get around the 'problem' of constructors for generic types in C# not supporting type inference. The work around involves a helper class with a static generic method.
Tag: Generics
Tag: Generics
Recently I read about a handy little trick to get around the 'problem' of constructors for generic types in C# not supporting type inference. The work around involves a helper class with a static generic method.