What is the <T> in Cast<T>() or List<T> in C#

Posted by Jeremy on Stack Overflow See other posts from Stack Overflow or by Jeremy
Published on 2010-05-03T22:00:54Z Indexed on 2010/05/03 22:08 UTC
Read the original article Hit count: 195

Filed under:
|
|

I know this is probably a dupe, but I can't for the life of me remember what the name is or even how to look it up.

I know T would the the Type you are casting to, but what is the technical name of it.

© Stack Overflow or respective owner

Related posts about c#

Related posts about types