ChangeObjectCollectionTRemove Method

Remove the first matching instance of the specified item from the collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public bool Remove(
	T item
)

Parameters

item  T
Reference to the item to be removed.

Return Value

Boolean
Value indicating whether the specified item was removed from the collection.

See Also