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
value
Type: System.ObjectThe value to be removed.
Implements
Exceptions
Exception | Condition |
---|---|
NotSupportedException | This method always throws this exception. |
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top