Insert(Int32,Object) Method
 
            
                In This Topic
            
            Inserts the element at the specified index.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Sub Insert( _
   ByVal  As Integer, _
   ByVal  As Object _
) 
             
        
            
            protected virtual void Insert( 
   int ,
   object 
)
             
        
             
        
            Parameters
- index
 
- The index of the element.
 - obj
 
- The element to insert.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also