Click or drag to resize

KeyValuePair(String, String) Constructor

Constructor that can set the key and value simultaneously.

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public KeyValuePair(
	string Key,
	string Value
)

Parameters

Key  String
The Key element of a key value pair
Value  String
The Value element of a key value pair
See Also