Share via


ThreadSafeReadOnlyObservableCollection<T>.IList.Clear Method ()

 

Clears the collection.

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

Syntax

void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
Private Sub Clear
    Implements IList.Clear

Implements

IList.Clear()

Exceptions

Exception Condition
NotSupportedException

This method always throws this exception.

See Also

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

Return to top