ArrayExtensions.IsNotInBounds
Extension Method in ArrayExtensions
Declaration
public static bool IsNotInBounds(this Array array, int index)
Description
Checks if the specified index is out of bounds of the array.
Parameters
array | The array to check. |
index | The index to check. |
Returns
bool | True if the index is out of bounds of the array. |