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

LazyListGeneric<T>.Add Method 

Adds an item to the ICollection`1.

[Visual Basic]
NotOverridable Public Sub Add( _
   ByVal LazyListGeneric<T>.T As `0 _
) _
    Implements ICollection<T>.
[C#]
public void Add(
   LazyListGeneric<T>.T item
);

Parameters

item
The object to add to the 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