First Method

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.

  NameDescription
Public method Static member First(Of TSource)(IEnumerable(Of TSource)) Returns the first element of a sequence.
Public method Static member First(Of TSource)(IEnumerable(Of TSource), Func(Of TSource, Boolean)) Returns the first element in a sequence that satisfies a specified condition.
Top

Show:
© 2017 Microsoft