ActivityCollection.IList.Remove(Object) 方法

定義

IList 移除特定物件之第一個符合的元素。

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

參數

value
Object

要從 Object 移除的 IList

實作

例外狀況

IList 為唯讀。

IList 具有固定的大小。

備註

移除項目後的項目會上移,填補空點。

適用於