KeyValuePair(String, String) Constructor |
Constructor that can set the key and value simultaneously.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic 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
See Also