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

LazyList.Clear Method 

Removes all items from the IList.

[Visual Basic]
NotOverridable Public Sub Clear() _
    Implements IList.
[C#]
public void Clear();

Implements

IList.

Exceptions

Exception Type Condition
NotSupportedException The IList is read-only.

See Also

LazyList Class | IBatisNet.DataMapper.Proxy Namespace