Exemplo n.º 1
0
 static void RemoveInstance(Ntqdm ntqdm) => _instances.TryRemove(ntqdm, out var _);
Exemplo n.º 2
0
 static void AddInstance(Ntqdm ntqdm) => _instances.TryAdd(ntqdm, true);