Gets the content of this string.
()
| 6 | class Il2CppString extends native_struct.NativeStruct { |
| 7 | /** Gets the content of this string. */ |
| 8 | get content() { |
| 9 | return Il2Cpp.Api._stringChars(this).readUtf16String(this.length); |
| 10 | } |
| 11 | |
| 12 | /** Sets the content of this string. */ |
| 13 | set content(value) { |
nothing calls this directly
no test coverage detected