value_dup_mini_object
Description:
public weak MiniObject value_dup_mini_object (
Value value)
Get the contents of a typeof (
MiniObject) derived Value, increasing its reference count.
If the contents of the Value are null, null will be
returned.
Parameters:
| value |
a valid Value of typeof (
MiniObject) derived type |
Returns:
mini object contents of value
|