()
| 6 | public class FUtf8String : IGarbageCollectionHandle |
| 7 | { |
| 8 | public FUtf8String() |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | ~FUtf8String() => FUtf8StringImplementation.FUtf8String_UnRegisterImplementation(GarbageCollectionHandle); |
| 13 |
nothing calls this directly
no test coverage detected