C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
IList Interface
IList Methods
Add Method
Clear Method
Remove Method
IList
Remove Method
Removes the first occurrence of a specific object from the
IList
.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
void
Remove
(
Object
value
)
Parameters
value
Type:
System
Object
The object to remove from the
IList
.
Exceptions
Exception
Condition
NotSupportedException
The
IList
is read-only.-or- The
IList
has a fixed size.
See Also
Reference
IList Interface
System.Collections Namespace