IArrayReader.GetAt Method (console safe)
Use this method on containers that Implement the IArrayReader Interface to get a item from a specific location from the container.
GetAt(
n as Integer) as Object
Parameters
- n
- Use this parameter to specify which item to read from or write to.
Returns
- Object
Remarks
Containers that Implement IArrayReader should be 0 based.
See Also
IArrayReader Interface