Click or drag to resize

ListWrapperT1, T2Remove Method

Namespace:  DHI.Mike1D.Generic.Collections
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool Remove(
	T2 item
)

Parameters

item
Type: T2
The object to remove from the ICollectionT.

Return Value

Type: Boolean
if item was successfully removed from the ICollectionT; otherwise, . This method also returns if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions
See Also