Constructor KeyValue
KeyValue(string, string)
Initializes a new instance of the KeyValue structure.
Declaration
public KeyValue(string inKey, string inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inKey | Key, or null if empty. |
| string | inValue | Value, or null if empty. |