Ah, so I'm assuming List<string> is a generic then? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Ah, so I'm assuming List<string> is a generic then?

17th Jun 2016, 11:42 PM
Malachi Jones
Malachi Jones - avatar
2 Answers
+ 3
Actually List <T> would be the generic class. While List<string> would mean that the generic data type "T" has been declared to be a string.
6th Aug 2016, 12:32 PM
Bruce William Opio
Bruce William Opio - avatar
+ 1
yes
18th Jun 2016, 2:47 AM
Mitiko
Mitiko - avatar