ItemCollection<T>.AddRange Method

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

.NET Framework Security

See Also

Reference

ItemCollection<T> Class

Microsoft.TeamFoundation.Warehouse Namespace