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.