public void ConstructCapacity11() { var d = new DictionarySlim <ulong, int>(11); Assert.Equal(0, d.Count); Assert.Equal(16, d.GetCapacity()); }