GenerativeComponents Help

AllIndicesOf

Returns a list of the index coordinates of all occurrences of the given value within the given list.

int[][] AllIndicesOf(object[] list, object any)

If the value isn't found, returns an empty list.