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