1 reference to BoundsCannotBeLessThanOne
System.Linq.Expressions (1)
System\Linq\Expressions\NewArrayExpression.cs (1)
226
if (dimensions <= 0) throw Error.
BoundsCannotBeLessThanOne
(nameof(bounds));