This topic has not yet been rated - Rate this topic

WebTestBaseCollection<T>.AddRange Method

Adds the elements of the specified collection to the end of the WebTestBaseCollection<T>.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public void AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: IEnumerable<T>

The collection whose elements are added to the end of the WebTestBaseCollection<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.

ExceptionCondition
[ArgumentNullException]

items is null.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.