Partager 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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Array Class
Array Members
System Namespace