Fork me on GitHubEpicdominant domains
APIEpic.Query.Object.ExpressionsSlice<(Of <(<'TEntity>)>)>Slice<(Of <(<'TEntity>)>)>(Order<(Of <<'(TEntity>)>>), UInt32, UInt32)

Slice<(Of <(<'TEntity>)>)> Constructor (source, toSkip, toTake)
Initializes a new instance of the Slice<(Of <(<'TEntity>)>)> class.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public Slice(
	Order<TEntity> source,
	uint toSkip,
	uint toTake
)
Parameters
source (Order<(Of <(<'TEntity>)>)>)
Ordered set of TEntity to slice.
toSkip (UInt32)
Number of TEntity to bypass.
toTake (UInt32)
Number of TEntity to take.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is nullNothingnullptr.
ArgumentOutOfRangeExceptiontoSkip is MaxValue.
blog comments powered by Disqus