30 lines
296 B
Markdown
30 lines
296 B
Markdown
# Value (the Get method)
|
||
|
||
Gets the value in the key/value pair.
|
||
|
||
```
|
||
TValue Value();
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Returns the value.
|
||
|
||
# Value (the Set method)
|
||
|
||
Sets the value in the key/value pair.
|
||
|
||
```
|
||
void Value(
|
||
TValue value // value
|
||
);
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
value
|
||
|
||
[in] Value
|