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

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

Assembly: Epic.Query.Object

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