Property | Type | Description |
---|
Method | Description | |
---|---|---|
StringKeyValuePair ( ) : System |
Constructor for a new instance of the StringKeyValuePair class
|
|
StringKeyValuePair ( string Key, string Value ) : System |
Constructor for a new instance of the StringKeyValuePair class
|
public StringKeyValuePair ( string Key, string Value ) : System | ||
Key | string | Key for this key/value pair |
Value | string | Value for this key/value pair |
return | System |