Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
QueryableEx Class
QueryableEx Methods
SkipLast Method
SkipLast(TSource) Method (IEnumerable(TSource), Int32)
SkipLast(TSource) Method (IQueryable(TSource), Int32)
QueryableEx
SkipLast
TSource
Method (IEnumerable
TSource
, Int32)
Namespace:
System.Linq
Assembly:
System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
Copy
public
static
IEnumerable
<TSource>
SkipLast
<TSource>(
IEnumerable
<TSource>
source
,
int
count
)
Parameters
source
Type:
System.Collections.Generic
IEnumerable
TSource
count
Type:
System
Int32
Type Parameters
TSource
Return Value
Type:
IEnumerable
TSource
See Also
Reference
QueryableEx Class
SkipLast Overload
System.Linq Namespace