- Found in:
- JContainers
Description
Documentation Comment
--- Lifetime management functionality.
Read this https://github.com/ryobg/JContainers/wiki/Lifetime-Management before using any of lifetime management functions
Retains and returns the object.
Caveats
Parameters
intobject
stringtag=""
Examples
Auto-Generated Example
int myInt__object
string myString__tag
int returnedValue = JValue.retain(myInt__object, myString__tag)