1

For example if you make a list the syntax will be aList<int> or IEnumrable<int>. Is it just saying the data type? Is there more to it than that?

When I look online for the answer to this question the results are always for operators like > greaterthan < lessthan symbols. That is why I am asking it here.

Blorgbeard
  • 101,031
  • 48
  • 228
  • 272
rathi bond
  • 81
  • 2
  • 8

1 Answers1

3

They denote a "Generic" type So the keyword you want to be searching for is "C# Generics" That will tell you all you need to know. Shout if you have further questions

Brondahl
  • 7,402
  • 5
  • 45
  • 74