'Declaration
 
Public Overloads Overridable Function GetValue( _
   ByVal  As Integer _
) As Object
             
        
            
            'Usage
 
Dim instance As CalcArray
Dim index As Integer
Dim value As Object
 
value = instance.GetValue(index)
             
        
            
            public virtual object GetValue( 
   int 
)
             
        
             
        
            Parameters
- index
- The at which value should be get.
Return Value
Value at the specified position.
 
            
            
            
            
            Target Platforms: Windows Server 2012, Windows RT