()
| 12086 | } |
| 12087 | /** */ |
| 12088 | toString() { |
| 12089 | return this.isNull() ? "null" : this.method("ToString").invoke().content ?? "null"; |
| 12090 | } |
| 12091 | /** Unboxes the value type out of this object. */ |
| 12092 | unbox() { |
| 12093 | return new Il2Cpp.ValueType(Il2Cpp.Api._objectUnbox(this), this.class.type); |