KeyValuePair(String, String) Constructor

Constructor that can set the key and value simultaneously.

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
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