Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
639 views
in Technique[技术] by (71.8m points)

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

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.

Edit Here is a link for more information on Generics

Why do C# and VB have Generics? What benefit do they provide? Generics, FTW

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...