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
Take « LINQ « C# / C Sharp
C# / C Sharp
LINQ
Take
1.
Take operator outputs the first x elements, discarding the rest
2.
Use Take
3.
Take method
4.
Take and SelectMany
5.
Partitioning Operators: uses Take to generate a sequence of the first three elements of an integer array.
6.
Nested Take