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
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph