[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific item from the IList.
| C# | Visual Basic | Visual C++ |
protected void Remove( Object value )
Protected Sub Remove ( _ value As Object _ )
protected: void Remove( Object^ value )
- value (Object)
- The item to remove from the IList.
Method access is protected. Only to be accessed by subclass.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |