RadControls for WinForms

Removes all items from the IList.

Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
void IList.Clear()
Visual Basic
Private Sub Clear Implements IList.Clear

Implements

IList..::..Clear()()()()

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionThe IList is read-only.

See Also