Releases the lock on an object and blocks the current thread until it reacquires the lock.
()
| 76 | } |
| 77 | /** Releases the lock on an object and blocks the current thread until it reacquires the lock. */ |
| 78 | wait() { |
| 79 | return Il2Cpp.Api._monitorWait(this); |
| 80 | } |
| 81 | /** Creates a weak reference to this object. */ |
| 82 | weakRef(trackResurrection) { |
| 83 | return new Il2Cpp.GC.Handle(Il2Cpp.Api._gcHandleNewWeakRef(this, +trackResurrection)); |
nothing calls this directly
no test coverage detected