Click or drag to resize
KeyValuePair Constructor (String, String)
Initializes a new instance of class with a specified key and value.

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public KeyValuePair(
	string key,
	string value
)

Parameters

key
Type: SystemString
The key that identifies the pair.
value
Type: SystemString
The value that cantains the pair.
See Also