Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Menu
Skip « LINQ « C# / C Sharp
C# / C Sharp
LINQ
Skip
1.
The Skip operator ignores the first x elements and outputs the rest
2.
Use Skip
3.
Skip the first element
4.
uses Skip to get all but the first 4 elements of the array.
5.
Nested Skip