'Usage
Dim instance As CollectionBase(Of T) Dim value As T instance.Remove(value)
Parameters
- value
- The T to remove from the collection.
'Usage
Dim instance As CollectionBase(Of T) Dim value As T instance.Remove(value)
Exception | Description |
---|---|
System.ArgumentException | The specified object is not found in the collection. |