-
Notifications
You must be signed in to change notification settings - Fork 26
ToArray
Eugene Sadovoi edited this page Jul 7, 2016
·
1 revision
Creates an array from an Iterable.
ToArray()
An array that contains the elements from the input sequence.
The ToArray method forces immediate query evaluation and returns an array that contains the query results. You can append this method to your query in order to obtain a cached copy of the query results.