|
RTI Connext .Net APIs
Version 5.2.3
|
Keyed string built-in type. More...
#include <managed_keyedstring.h>
Public Member Functions | |
| KeyedString () | |
| Default Constructor. | |
| virtual System::Boolean | copy_from (KeyedString^ src) |
| Copy src into this object. | |
Public Attributes | |
| System::String^ | key |
| Instance key associated with the specified value. | |
| System::String^ | value |
| String value. | |
Keyed string built-in type.
| DDS::KeyedString::KeyedString | ( | ) |
Default Constructor.
The default constructor initializes the newly created object with empty key and value.
|
virtual |
Copy src into this object.
This method performs a deep copy of src.
| src | <<in>> Object to copy from. |
| ArgumentNullException | if src is null. |
| System::String ^ DDS::KeyedString::key |
Instance key associated with the specified value.
| System::String ^ DDS::KeyedString::value |
String value.