Namespace:
Endeca.Data
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
bool ICollection<T>.Remove( T item ) |
| Visual Basic (Declaration) |
|---|
Private Function Remove ( _ item As T _ ) As Boolean Implements ICollection(Of T).Remove |
| Visual C++ |
|---|
private: virtual bool Remove( T item ) sealed = ICollection<T>::Remove |
Parameters
- item
- Type: T