get method

dynamic get (int index)

Gets an array element specified by its index.

  • index an index of the element to get. Returns the value of the array element.