AP&C API Reference
|
A wrapper around KeyValuePair (because KVP properties are read-only and cannot be serialized using XML). More...
Public Member Functions | |
SerializableKeyValuePair (KeyValuePair< K, V > kvp) | |
Instantiates a new serializable KeyValuePair from a read-only KeyValuePair. More... | |
Properties | |
K | Key [get, set] |
Gets or sets the key. More... | |
V | Value [get, set] |
Gets or sets the value. More... | |
A wrapper around KeyValuePair (because KVP properties are read-only and cannot be serialized using XML).
K | The type used for the key in the pair. |
V | The type used for the value in the pair. |
|
inline |
Instantiates a new serializable KeyValuePair from a read-only KeyValuePair.
kvp |
|
getset |
Gets or sets the key.
The key.
|
getset |
Gets or sets the value.
The value.