Click or drag to resize
QueryTAddRange Method (IEnumerableT)
Addes a range of items 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)
Syntax
C#
public void AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT

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

Implements

IModifiableCollectionTAddRange(IEnumerableT)
See Also