Task Scheduler Managed Class Library
C#
Show/Hide TOC
Named
Value
Collection
Add
Range 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.1
C#
Copy
View Source
Request Example
public
void
AddRange
(
IEnumerable
<
NameValuePair
>
items
)
Parameters
items
IEnumerable
NameValuePair
The collection of whose elements should be added to the end of
NamedValueCollection
.
See Also
Reference
NamedValueCollection Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also