.Net SDK 4.0.0 documentation
.Net SDK 4.0.0 documentation
Intuit.Ipp.LinqExtender
Query(T) Class
Query(T) Methods
AddRange Method
AddRange Method (IEnumerable(T))
AddRange Method (IEnumerable(T), Boolean)
Query
T
AddRange Method (IEnumerable
T
, Boolean)
Adds list of items to the collection , optionally calls in memory sort. Used in Query
T
.SelectItem
Namespace:
Intuit.Ipp.LinqExtender
Assembly:
Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Copy
public
void
AddRange
(
IEnumerable
<T>
items
,
bool
inMemorySort
)
Parameters
items
Type:
System.Collections.Generic
IEnumerable
T
collection
inMemorySort
Type:
System
Boolean
true/false
Implements
IModifiableCollection
T
AddRange(IEnumerable
T
, Boolean)
See Also
Reference
Query
T
Class
AddRange Overload
Intuit.Ipp.LinqExtender Namespace