TakeLastExtension Class
TakeLast extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class TakeLastExtension
<ExtensionAttribute>
Public NotInheritable Class TakeLastExtension
[ExtensionAttribute]
public ref class TakeLastExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type TakeLastExtension = class end
- Inheritance
- Object TakeLastExtension
TakeLastTSource |
Returns a specified number of contiguous elements from the end of
a sequence.
|