|
|
by
Dinesh Beniwal
on
Sep 02, 2010
In this article you will learn the working of two partition operators.
|
|
|
|
|
|
|
|
|
|
|
Sometime we needs to partitioned the data into two
parts and than return one of the part this can done through the
partition operators in LINQ. These operators are Take, Skip, SkipWhile,
TakeWhile. In this article you will see the working of First two
partition operators.
|
|