LINQ_Take()

IEnumerable::LINQ_Take(int32_t) method

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

SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Take(int32_t count)

Arguments

ParameterTypeDescription
countint32_tThe number of elements to return.

Return Value

An System.Collections.Generic.IEnumerable that contains the specified number of elements from the start of the input sequence.

See Also