C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
IList Interface
IList Methods
Add Method
Clear Method
Remove Method
IList
Clear Method
Removes all items from the
IList
.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
void
Clear
()
Exceptions
Exception
Condition
NotSupportedException
The
IList
is read-only.
See Also
Reference
IList Interface
System.Collections Namespace