Inserts an item to the System.Collections.IList at the specified index.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub Insert( _
   ByVal  As System.Integer, _
   ByVal  As System.Object _
) 
             
        
            
            public void Insert( 
   System.int ,
   System.object 
)
             
        
             
        
            パラメータ
- index
 
- The zero-based index at which  should be inserted.
 - value
 
- The object to insert into the System.Collections.IList.
 
            
             
            例外
| 例外 | 解説 | 
| System.NotImplementedException | 要求されたメソッドまたは操作が実装されない場合にスローされる例外。 | 
 
            
            
            
            
            
            
            
            
            
            
            参照