Click or drag to resize
Task Scheduler Managed Class Library

NamedValueCollectionAddRange Method

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public void AddRange(
	IEnumerable<NameValuePair> items
)
Request Example View Source

Parameters

items
Type: System.Collections.GenericIEnumerableNameValuePair
The collection of whose elements should be added to the end of NamedValueCollection.
See Also