TEnumerableBase<T>.Take(Integer) Method

Returns a specified number of contiguous elements from the start of a sequence.

Namespace: Spring.Collections.Base
public
 function Take(count: Integer): IEnumerable<T>;

Parameters

count
Type: Integer

Return Value

Type: IEnumerable<T>

 

Implements

IEnumerable<T>.Take(Integer)