SkipLast extension.
Inheritance Hierarchy 
    Namespace: 
   MoreLinq.Extensions
    Assembly:
   MoreLinq (in MoreLinq.dll) Version: 3.2.0+5205ea241d72b079436060d330cd5c2eae7cdcdf
Syntaxpublic static class SkipLastExtension
<ExtensionAttribute>
Public NotInheritable Class SkipLastExtension
[ExtensionAttribute]
public ref class SkipLastExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SkipLastExtension =  class end
The SkipLastExtension type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
   | SkipLastT | 
            Bypasses a specified number of elements at the end of the sequence.
              | 
Top
See Also