Esempio n. 1
0
 public DictionaryContentReader(IContentReaderCollection contentReaderCollection)
 {
     arrayContentReader = new ArrayContentReader <DictionaryKeyValuePair <TKey, TValue> >(contentReaderCollection);
 }
Esempio n. 2
0
 public ListContentReader(IContentReaderCollection contentReaderCollection)
 {
     arrayContentReader = new ArrayContentReader <T>(contentReaderCollection);
 }