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

LazyList.Add Method 

Adds an item to the IList.

[Visual Basic]
NotOverridable Public Function Add( _
   ByVal Object As Object _
) As Integer _
    Implements IList.
[C#]
public int Add(
   Object value
);

Parameters

value
The Object to add to the IList.

Return Value

The position into which the new element was inserted.

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