Just learning C# and I feel like I definitely have a decent grasp of it except for this one concept below.
List<string>
.
I've been playing around with c# classes, objects, functions etc.. and have never come across anything with the List<string>
.
I noticed this syntax used in Unity as well.
What does this syntax mean and when should I use it?
Cheers!