定义

删除 Visual Basic Collection 对象的所有元素。

C#
public void Clear ();
 

示例

VB
Dim customers As New Microsoft.VisualBasic.Collection()
' Insert code that adds customers to collection.
customers.Clear()

注解

该方法 Clear 清空集合并将其属性重置 Count 为 0。

适用于

产品 版本
.NET Core 3.0, Core 3.1, 5, 6, 7 Preview 4
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8