Initializes a new instance of the Slice<(Of <(<'TEntity>)>)> class.
Assembly: Epic.Query.Object
Declaration Syntax
| C# |
public Slice( Order<TEntity> source, uint toTake )
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | source is nullNothingnullptr. |
| ArgumentOutOfRangeException | toTake is 0. |
