Click or drag to resize
QueryCollectionTAddRange Method (IEnumerableT)
Adds a range of items to the collection.

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 AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT

[Missing <param name="items"/> documentation for "M:Intuit.Ipp.LinqExtender.Collection.QueryCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})"]

Implements

IModifiableCollectionTAddRange(IEnumerableT)
See Also