Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: List<TResult> ToList()

Declaration

public List<TResult> ToList()

Summary

Creates a new list from a projected list.

Remarks

This implementation fulfills the same function as Enumerable.ToList(), but is 15% faster.