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
)
Public Function TakeIterator (
count As Integer
) As IEnumerable
public:
IEnumerable^ TakeIterator(
int count
)
member TakeIterator :
count : int -> IEnumerable
Parameters
- count
- Type: SystemInt32
The number of elements to return.
Return Value
Type:
IEnumerableAn
IEnumerable that contains the specified number of elements from the start of the input sequence.
See Also