BaseCollection<T>.Clear Method
Removes all the elements from the collection.
Namespace: Microsoft.Rtc.Workflow.Utilities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As BaseCollection
instance.Clear()
public void Clear()