StateManagedCollection.IList.Clear 方法

定义

StateManagedCollection 集合中删除所有项。

 virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear

实现

注解

OnClear 调用方法之前 Clear 调用该方法,在 OnClearComplete 完成从集合中删除元素之后 Clear 调用该方法。

适用于

另请参阅