NamedValueCollectionAdd(NameValuePair) Method

Adds an item to the ICollectionT.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public void Add(
	NameValuePair item
)

Parameters

item  NameValuePair
The object to add to the ICollectionT.

See Also