What is the <T> in Cast<T>() or List<T> in C#
- by Jeremy
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.