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

LazyListGeneric<T>.Clear Method 

Removes all items from the ICollection`1.

[Visual Basic]
NotOverridable Public Sub Clear() _
    Implements ICollection<T>.
[C#]
public void Clear();

Implements

ICollection<T>.

Exceptions

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

See Also

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