System Namespace Array Class
Returns the value at the specified position in the one-dimensional Array.
[ VB ] <Serializable> Overloads Public Function GetValue ( _ ByVal index As Integer _ ) As Object [ C# ] [Serializable] public object GetValue ( int index ); [ C++ ] [Serializable] public: Object* GetValue ( int index ); [JScript ] public Serializable function GetValue ( index : int ) : Object;
The value at the specified position in the one-dimensional Array.
The GetLowerBound and GetUpperBound methods can determine whether the value of index is out of bounds.
Array Members Array.GetValue Overload List GetLowerBound GetUpperBound SetValue
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note