Removes the first occurrence of a specific object from the System.Collections.IList.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub Remove( _
   ByVal  As System.Object _
) 
             
        
            
            public void Remove( 
   System.object 
)
             
        
             
        
            パラメータ
- value
 
- The object to remove from the System.Collections.IList.
 
            
             
            例外
| 例外 | 解説 | 
| System.NotImplementedException | 要求されたメソッドまたは操作が実装されない場合にスローされる例外。 | 
 
            
            
            
            
            
            
            
            
            
            
            参照