()
| 39 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 40 | |
| 41 | public override string ToString() => |
| 42 | FStringImplementation.FString_ToStringImplementation(GarbageCollectionHandle); |
| 43 | |
| 44 | public nint GarbageCollectionHandle { get; set; } |
| 45 | } |
nothing calls this directly
no test coverage detected