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()

Implements

ICollection<T>.Clear()

See Also

Reference

BaseCollection<T> Class

BaseCollection<T> Members

Microsoft.Rtc.Workflow.Utilities Namespace