Adds a new item to the collection
Namespace:
Intuit.Ipp.LinqExtender
Assembly:
Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void Add(
T item
)
Parameters
- item
- Type: T
[Missing <param name="item"/> documentation for "M:Intuit.Ipp.LinqExtender.Query`1.Add(`0)"]
Implements
IModifiableCollectionTAdd(T)
See Also