Takes a specific item out of a list.
List<T>
The list.
Int32
The zero-based index of the item. If the index is out of range, an error will be shown.
T
The specific item of the list.
Here is an example: