You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > Skip Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.Skip Method

Bypasses a specified number of elements in a sequence and then returns the remaining elements.

Syntax
C++
C#
Visual Basic
public: IEnumerable<TSource> Skip<TSource>( this IEnumerable<TSource> source, int count );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.