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

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

Assembly: Epic.Query.Object

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