'宣言 Protected Overrides NotOverridable Sub RemoveItem( _ ByVal index As System.Integer _ )
protected override void RemoveItem( System.int index )
パラメータ
- index
- 削除する要素の 0 から始まるインデックス。
'宣言 Protected Overrides NotOverridable Sub RemoveItem( _ ByVal index As System.Integer _ )
protected override void RemoveItem( System.int index )
例外 | 解説 |
---|---|
System.NotSupportedException | このメソッドの呼び出し元スレッドが、現在のインスタンスを初期化したスレッドではありません。 |