Inserts an 
Element at a specified index.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overridable Sub Insert( _
   ByVal  As Integer, _
   ByVal  As Object _
) 
             
        
            
            public virtual void Insert( 
   int ,
   object 
)
             
        
             
        
            パラメータ
- index
 
- Index where the Element will be inserted.
 - value
 
- Element to add to the list.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照