System::Collections::Generic::IEnumerable::LINQ_Skip method

IEnumerable::LINQ_Skip method

Skip a specified number of contiguous elements from the start of a sequence and returns rest.

SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Skip(int32_t count)
ParameterTypeDescription
countint32_tThe number of elements to skip.

ReturnValue

An System.Collections.Generic.IEnumerable that contains the elements after skipped from the start of the input sequence.

See Also