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

LazyList.Remove Method 

Removes the first occurrence of a specific object from the IList.

[Visual Basic]
NotOverridable Public Sub Remove( _
   ByVal Object As Object _
) _
    Implements IList.
[C#]
public void Remove(
   Object value
);

Parameters

value
The Object to remove from the IList.

Implements

IList.

Exceptions

Exception Type Condition
NotSupportedException The IList is read-only.-or- The IList has a fixed size.

See Also

LazyList Class | IBatisNet.DataMapper.Proxy Namespace