-
Notifications
You must be signed in to change notification settings - Fork 26
AsEnumerable
Eugene Sadovoi edited this page Jul 12, 2016
·
3 revisions
Returns the input typed as Enumerable
AsEnumerable(source)
The input sequence typed as Iterable<T>
.
Enumerable interface
The AsEnumerable method has no effect other than to change the Iterable type of source to Enumerable<T>
. Once converted it could be used to query date using LINQ methods.