()
| 12 | public class TArray<T> : IEnumerable<T>, IGarbageCollectionHandle |
| 13 | { |
| 14 | public TArray() => TArrayImplementation.TArray_RegisterImplementation(this, GetType()); |
| 15 | |
| 16 | ~TArray() => TArrayImplementation.TArray_UnRegisterImplementation(GarbageCollectionHandle); |
| 17 |
nothing calls this directly
no test coverage detected