Array::GetValue Method
Gets the value of the specified element in the current Array.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetValue(Int32) | Gets the value at the specified position in the one-dimensional Array. The index is specified as a 32-bit integer. |
![]() | GetValue(Int32, Int32) | Gets the value at the specified position in the two-dimensional Array. The indexes are specified as 32-bit integers. |
![]() | GetValue(Int32, Int32, Int32) | Gets the value at the specified position in the three-dimensional Array. The indexes are specified as 32-bit integers. |
![]() | GetValue(array<Int32>^) | Gets the value at the specified position in the multidimensional Array. The indexes are specified as an array of 32-bit integers. |
![]() | GetValue(Int64) | Gets the value at the specified position in the one-dimensional Array. The index is specified as a 64-bit integer. |
![]() | GetValue(Int64, Int64) | Gets the value at the specified position in the two-dimensional Array. The indexes are specified as 64-bit integers. |
![]() | GetValue(Int64, Int64, Int64) | Gets the value at the specified position in the three-dimensional Array. The indexes are specified as 64-bit integers. |
![]() | GetValue(array<Int64>^) | Gets the value at the specified position in the multidimensional Array. The indexes are specified as an array of 64-bit integers. |
