Click or drag to resize

OfTypeOfTypeIteratorTakeIterator Method

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

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable TakeIterator(
	int count
)

Parameters

count
Type: SystemInt32
The number of elements to return.

Return Value

Type: IEnumerable
An IEnumerable that contains the specified number of elements from the start of the input sequence.
See Also