Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to locate a specific element in a list c#

//7 will be the spot in the list
List<int> intList = new List<int>();
int x = List[7];
 
PREVIOUS NEXT
Tagged: #locate #specific #element #list
ADD COMMENT
Topic
Name
2+7 =