Enumerable.First Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the first element of a sequence.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
First(Of TSource)(IEnumerable(Of TSource)) | Returns the first element of a sequence. |
|
First(Of TSource)(IEnumerable(Of TSource), Func(Of TSource, Boolean)) | Returns the first element in a sequence that satisfies a specified condition. |
Show: