Array.IList.Clear Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Sets all elements in the Array to zero, to false, or to nulla null reference (Nothing in Visual Basic), depending on the element type.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Private Sub Clear Implements IList.Clear
void IList.Clear()
Implements
Remarks
Reference-type elements are set to nulla null reference (Nothing in Visual Basic). Boolean-type elements are set to false. Other value-type elements are set to zero.
This method only clears the values of the elements; it does not delete the elements themselves. Array has a fixed size; therefore, elements cannot be added or removed.
This method is an O(n) operation, where n is Length.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.