Click or drag to resize
Task Scheduler Managed Class Library

NameValuePair  Conversion (KeyValuePairString, String to NameValuePair)

Implements the operator implicit NameValuePair.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public static implicit operator NameValuePair (
	KeyValuePair<string, string> kvp
)
Request Example View Source

Parameters

kvp
Type: System.Collections.GenericKeyValuePairString, String
The KeyValuePair.

Return Value

Type: NameValuePair
The result of the operator.
See Also