Method CheckIndexAndThrow
CheckIndexAndThrow(int, int, int)
Declaration
[Conditional("ENABLE_UNITY_COLLECTIONS_CHECKS")]
public static void CheckIndexAndThrow(int index, int length, int min = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| int | length | |
| int | min |