'Usage
Dim instance As ElasticVector Dim index As Integer Dim value As Object value = instance.GetAt(index)
Parameters
- index
- The index of the element to get.
Return Value
The element with the specified index.
This method can return null
(Nothing
in Visual Basic).