Méthode | Description | |
---|---|---|
KeyValuePair ( ) : System |
Initializes a new instance of the KeyValuePair class.
|
|
KeyValuePair ( string key, string value ) : System |
Initializes a new instance of the KeyValuePair class.
|
public KeyValuePair ( string key, string value ) : System | ||
key | string | The key. |
value | string | The value. |
Résultat | System |