iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LazyListGeneric<T>.Remove Method 

Removes the first occurrence of a specific object from the ICollection`1.

[Visual Basic]
NotOverridable Public Function Remove( _
   ByVal LazyListGeneric<T>.T As `0 _
) As Boolean _
    Implements ICollection<T>.
[C#]
public bool Remove(
   LazyListGeneric<T>.T item
);

Parameters

item
The object to remove from the ICollection`1.

Return Value

true if item was successfully removed from the ICollection`1; otherwise, false. This method also returns false if item is not found in the original ICollection`1.

Implements

ICollection<T>.

Exceptions

Exception Type Condition
NotSupportedException The ICollection`1 is read-only.

See Also

LazyListGeneric<T> Class | IBatisNet.DataMapper.Proxy Namespace