Clear 方法(Collection 对象)
更新:2007 年 11 月
删除 Visual Basic Collection 对象的所有元素。
Public Sub Clear()
备注
Clear 方法清空集合并重置其 Count 属性为 0。
示例
Dim customers As New Microsoft.VisualBasic.Collection()
' Insert code that adds customers to collection.
customers.Clear()
要求
**模块:**Collection
**程序集:**Visual Basic 运行库(在 Microsoft.VisualBasic.dll 中)