Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Returns the first element of a sequence.
Name | Description | |
---|---|---|
![]() |
First() | Returns the first element of a sequence. (Defined by Enumerable.) |
![]() |
First(Func<Char, Boolean>) | Returns the first element in a sequence that satisfies a specified condition. (Defined by Enumerable.) |
Top