[Journal - Generic Method Support]

Generic Method Support

Sunday, January 22, 2006

From now on, .NET Console supports calls to generic methods. It was not all that hard to do, because:

Notice that .NET Console cannot infer generic type arguments from the types of arguments supplied in the call.