예제 #1
0
 public void UnregisterLink(TypeLink link)
 {
     _links.Remove(link);
     link.DisposeDebuggableObject();
 }