IntCollectionRemove Method

Remove an Item from the Collection by its value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void Remove(
	int value
)

Parameters

value  Int32
Value of the Item to remove.

Remarks

This method removes the first occurrence of the specified value.

See Also