KeyValuePair(String, String) Constructor
Constructor that can set the key and value simultaneously.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public KeyValuePair(
string Key,
string Value
)
Public Sub New (
Key As String,
Value As String
)
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