Ejemplo n.º 1
0
 public ConcurrentDictionary <BuildingMaterial, int> GetRemaining()
 {
     return(container.FreeSpace());
 }