public void PropertySetToDictionaryTest() { new ArcEngineLicense(); IPropertySet ps = new PropertySetClass(); ps.SetProperty("a", "b"); ps.SetProperty("as", "bs"); var dic = ps.ToDictionary(); }