IntRange.GetArrayOneItemFromIndex

IntRange.GetArrayOneItemFromIndex method

Returns one item array from specified index

public int[] GetArrayOneItemFromIndex(int index)
ParameterTypeDescription
indexInt32The range index.

Return Value

The array of Int32

Exceptions

exceptioncondition
ArgumentExceptionIndex is out of range

See Also