IntCollectionRemove Method

Remove an Item from the Collection by its value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
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