Last extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax public static class LastExtension
<ExtensionAttribute>
Public NotInheritable Class LastExtension
[ExtensionAttribute]
public ref class LastExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type LastExtension = class end
The LastExtension type exposes the following members.
Methods
| Name | Description |
---|
| LastT |
Returns the last element of a sequence.
|
TopSee Also