예제 #1
0
        public void DoubleKeyDictionaryConstructorTest()
        {
            DoubleKeyDictionary <int, string, string> map = CreateDictionary();

            map.IsNotNullWith();
        }