Table of Contents

Method Remove

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Remove(object?)

Removes the first occurrence of a specific object from the IList.

public abstract void Remove(object? value)

Parameters

value object

The object to remove from the IList.

Exceptions

NotSupportedException

The IList is read-only.

-or-

The IList has a fixed size.