Int32Collection.IList.Remove(Object) メソッド
定義
このメンバーの詳細については、「Remove(Object)」をご覧ください。For a description of this member, see Remove(Object).
virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove
パラメーター
- value
- Object
Object から削除する Int32Collection。The Object to remove from the Int32Collection.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、Int32Collection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the Int32Collection instance is cast to an IList interface.