ReadOnlyCollectionBase1.ToList

ReadOnlyCollectionBase<T>.ToList method

Converts the collection to a list of objects.

public List<T> ToList()

Return Value

Generic list of objects.

See Also