- Home /
Question by
supremegrandruler · Aug 07, 2014 at 09:59 AM ·
c#listarraylistget
How to "get" an item from an ArrayList?
So I have my list: private List[] touchPoints = new List[10];
I'd like to do something like this: float f = touchPoints[1].GetIndex(2).x;
How can I do this?
Comment
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Add a Play Next Song And A shuffle Option To Music Player C# 1 Answer
Add value to List without replacing previous 0 Answers
How to alphabetically sort your List? 2 Answers