Esempio n. 1
0
        public AbstractPropertyStore(DictionaryPropertyStore baseStore)
        {
            if (baseStore == null)
                throw new ArgumentNullException("baseStore");

            BaseStore = baseStore;
        }
Esempio n. 2
0
 public DictionaryPropertyStoreDebugView(DictionaryPropertyStore container)
 {
     _container = container;
 }