Add a collection of items.
If this throws the collection will have all the values added up to when it threw.
Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub AddRange ( _
    items As IEnumerable(Of T) _
)
public void AddRange(
    IEnumerable<T> items
)
public:
void AddRange(
    IEnumerable<T>^ items
)
member AddRange : 
        items:IEnumerable<'T> -> unit
public function AddRange(
    items : IEnumerable<T>
)
Parameters
- items 
 Type: System.Collections.Generic.IEnumerable<T>- The items to add. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.