Click or drag to resize
IListClear Method
Removes all items from the IList.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
void Clear()
Exceptions
ExceptionCondition
NotSupportedExceptionThe IList is read-only.
See Also