TEnumerableBase<T>.Take(Integer) Method
Returns a specified number of contiguous elements from the start of a sequence.
public function Take(count: Integer): IEnumerable<T>;
Parameters
- count
- Type: Integer
Returns a specified number of contiguous elements from the start of a sequence.
public function Take(count: Integer): IEnumerable<T>;