- item
- The object to remove from the Generic ICollection.
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- item
- The object to remove from the Generic ICollection.
Return Value
true if item was successfully removed from the Generic ICollection; otherwise, false. This method also returns false if item is not found in the original Generic ICollection.| Exception | Description |
|---|---|
| NotSupportedException | The Generic ICollection is read-only. |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code