C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
ArrayList Class
ArrayList Methods
Add Method
AddRange Method
BinarySearch Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
InsertRange Method
Remove Method
RemoveAt Method
RemoveRange Method
Reverse Method
Sort Method
ToArray Method
ArrayList
Clear Method
Removes all elements from the
ArrayList
.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
virtual
void
Clear
()
Implements
IList
Clear
Exceptions
Exception
Condition
NotSupportedException
The
ArrayList
is read-only.-or- The
ArrayList
has a fixed size.
See Also
Reference
ArrayList Class
System.Collections Namespace