Enum BoundsCheckMode

BoundsCheckMode enumeration

Specifies the behavior for bounds checking when adding items to a collection.

public enum BoundsCheckMode

Values

NameValueDescription
Default0Default behavior: Add items without bounds checking.
ThrowExceptionIfDoesNotFit1Throw BoundsNotFitException if an item doesn’t fit within the given container dimensions (inclusive).

See Also