Share via


ThreadSafeReadOnlyObservableCollection<T>.IList.Remove Method (Object)

 

Removes the specified value from the collection.

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

Syntax

void IList.Remove(
    object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
Private Sub Remove (
    value As Object
)
    Implements IList.Remove

Parameters

Implements

IList.Remove(Object)

Exceptions

Exception Condition
NotSupportedException

This method always throws this exception.

See Also

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

Return to top