Esempio n. 1
0
 public static IEnumerable <T> ToIEnumerable <TKey, T>(this Dictionary <TKey, T> dictionary) where T : new()
 {
     return(DataSerializer.ConvertDictionaryToIEnumerableOfType(dictionary));
 }