Click or drag to resize
QueryCollectionTRemove Method
Marks a item to be removed from the colleciton.

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

Parameters

value
Type: T

[Missing <param name="value"/> documentation for "M:Intuit.Ipp.LinqExtender.Collection.QueryCollection`1.Remove(`0)"]

Implements

IModifiableCollectionTRemove(T)
See Also