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