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.12.0
Syntax
C#
public void AddRange(
	IEnumerable<NameValuePair> items
)
Request Example View Source

Parameters

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