- Found in:
- JContainers
Description
Documentation Comment
Just a union of retain-release calls. Releases @previousObject, retains and returns @newObject.
Caveats
Parameters
intpreviousObject
intnewObject
stringtag=""
Examples
Auto-Generated Example
int myInt__previousObject
int myInt__newObject
string myString__tag
int returnedValue = JValue.releaseAndRetain(myInt__previousObject, myInt__newObject, myString__tag)