Removes the specified object from the collection.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
bool Remove( T item ) |
| Visual Basic (Usage) |
|---|
Dim instance As ICollection Dim item As T Dim returnValue As Boolean returnValue = instance.Remove(item) |
Parameters
- item
- Type: T