| 4 | |
| 5 | /** Represents a `Il2CppString`. */ |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected