Removes an item from the collection.
Namespace: Nemiro.DataAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Parameters
- item
- Type: T
Item that should be removed.
Return Value
Type: BooleanImplements
ICollection T Remove(T)See Also