示例#1
0
        public void Test2()
        {
            mapohash <string, int> socialsecurity = new mapohash <string, int>();

            socialsecurity.add("KeanuReeves", 420);
            socialsecurity.add("Juicewrld", 6);
            Assert.True(socialsecurity.remove("Juicewrld"));
        }