[]
Creates a List<T> from this collection.
public List<T> ToList()
Public Function ToList() As List(Of T)
A List<T> that contains the objects in this collection.