954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

whats this expression ?

static List

what is List

what kind of syntax is that and where can I find info on List
I have enver used it.

please help

neptunethought
Newbie Poster
9 posts since Feb 2011
Reputation Points: 18
Solved Threads: 2
 

List is a type of generic collection. When you create an instance of an a generic you have to specify what type of objects will be in the collection, thus the in your example (meaning a List of int).

Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: