DataObjectCollection T  Remove Method Nemiro.Data.dll
Removes an item from the collection.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public bool Remove(
	T item
)

Parameters

item
Type: T
Item that should be removed.

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
See Also