SynchronizedReadOnlyCollection<T>.IList.Remove(Object) メソッド
定義
指定した要素をコレクションから取得します。Retrieves the specified element from the collection.
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
コレクションから取得する要素の 0 から始まるインデックス番号。The zero-based index of the element to be retrieved from the collection.
実装
例外
項目は、読み取り専用コレクションからは削除できません。Items cannot be removed from a read-only collection.
注釈
呼び出されると、NotSupportedException をスローします。Throws a NotSupportedException if called.