Exemplo n.º 1
0
 public void UnregisterLink(TypeLink link)
 {
     _links.Remove(link);
     link.DisposeDebuggableObject();
 }