Click or drag to resize
IModifiableCollectionTRemove Method
Marks an item to be removed.

Namespace:  Intuit.Ipp.LinqExtender.Abstraction
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
void Remove(
	T value
)

Parameters

value
Type: T
query object.
See Also