Share via


Array.GetValue Method

Gets the value of the object at a specified position in a one-dimensional array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

 public Object GetValue (
         int index
)

Parameters

  • index
    A 32-bit integer that represents the value (index number) of the object you want to get.

Return Value

The index number of the specified object in the one-dimensional array.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Array Class
Array Members
System Namespace