Share via


ThreadSafeReadOnlyObservableCollection<T>.ICollection<T>.Clear Method ()

 

Clears the collection.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

void ICollection<T>.Clear()
private:
virtual void Clear() sealed = ICollection<T>::Clear
Private Sub Clear
    Implements ICollection(Of T).Clear

Implements

ICollection<T>.Clear()

Exceptions

Exception Condition
NotSupportedException

This method always throws this exception.

See Also

ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top