示例#1
0
 public bool TryRemove(EntityKey key)
 {
     return(_table.Remove(key));
 }