GroupCollection.IList.Remove(Object) 方法

定义

调用此方法始终引发 NotSupportedException

 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

要删除的组。

实现

例外

不支持此方法。 这是一个只读集合。

适用于