Removes the specified item from the collection.
Namespace:
C1.Data.DataSourceAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
| C# |
|---|
public void Remove( Object item ) |
| Visual Basic |
|---|
Public Sub Remove ( _ item As Object _ ) |
Parameters
- item
- Type: System..::..Object
The item to remove.