using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tools.Collections.ConsoleTest
{
class Program
{
private static readonly Test_SortedDictionarySortKeyItemKey test_SortedDictionarySortKeyItemKey
= new Test_SortedDictionarySortKeyItemKey();
private static readonly Test_ConcurrentDictionaryRemoveIf test_ConcurrentDictionaryRemoveIf
= new Test_ConcurrentDictionaryRemoveIf();
static void Main(string[] args)
{
//test_SortedDictionarySortKeyItemKey.Test();
test_ConcurrentDictionaryRemoveIf.TestMethod();
}
}
}