NamedValueCollectionAddRange Method

Adds the elements of the specified collection to the end of NamedValueCollection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public void AddRange(
	IEnumerable<NameValuePair> items
)

Parameters

items  IEnumerableNameValuePair
The collection of whose elements should be added to the end of NamedValueCollection.

See Also