TableRowCollection.Clear 方法

定义

清除集合中的所有项。

public:
 virtual void Clear();
public void Clear ();
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Public Sub Clear ()

实现

注解

调用 Clear后,属性的值 Count 变为 0 ,并且该属性的值 Capacity 保持不变。 若要设置新容量,请通过Capacity属性调用TrimToSize或显式设置新容量。

适用于