StateManagedCollection.IList.Remove(Object) Method

Definition

Removes the first occurrence of the specified object from the StateManagedCollection collection.

C#
void IList.Remove(object value);

Parameters

value
Object

The object to remove from the StateManagedCollection.

Implements

Exceptions

Remarks

The OnValidate method is called to validate value before the value is removed from the collection. The OnRemove method is called before the object is removed, and the OnRemoveComplete method is called after the object is removed.

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also