Method Remove
Remove(object?)
Removes the first occurrence of a specific object from the IList.
public override void Remove(object? value)
Parameters
Exceptions
- NotSupportedException
The IList is read-only.
-or-
The IList has a fixed size.
Removes the first occurrence of a specific object from the IList.
public override void Remove(object? value)
The IList is read-only.
-or-
The IList has a fixed size.