()
| 7 | public class TMap<TKey, TValue> : IEnumerable<KeyValuePair<TKey, TValue>>, IGarbageCollectionHandle |
| 8 | { |
| 9 | public TMap() => TMapImplementation.TMap_RegisterImplementation(this, GetType()); |
| 10 | |
| 11 | ~TMap() => TMapImplementation.TMap_UnRegisterImplementation(GarbageCollectionHandle); |
| 12 |
nothing calls this directly
no test coverage detected