What is the difference between a generic type and a generic type definition?

Posted by Micah on Stack Overflow See other posts from Stack Overflow or by Micah
Published on 2010-04-02T02:33:57Z Indexed on 2010/04/02 2:43 UTC
Read the original article Hit count: 287

Filed under:
|
|

I'm Studying up on .net reflection and am having a hard time figuring out the difference.

From what I understand, List is a generic type definition. Does that mean that to .net reflection T is the generic type?

Specifically, I guess I'm looking for more background on the Type.IsGenericType and Type.IsGenericTypeDefinition functions.

Thanks!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about reflection