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 )
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | source is nullNothingnullptr. |
ArgumentOutOfRangeException | toSkip is MaxValue. |