[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | SkipLast T (IEnumerable T ) |
Takes all elements except for last element from the given source
|
![]() ![]() | SkipLast T (IEnumerable T , Int32) |
Takes all but last N elements from the source
|
See Also