От: | _FRED_ | @ViIvanov | |
Дата: | 11.11.10 05:26 | ||
Оценка: |
А> Type type = typeof(KeyedCollection<,>);
А> o = Activator.CreateInstance(type);
А> Console.WriteLine(o.GetType());
Cannot create an instance of System.Collections.ObjectModel.KeyedCollection`2[TKey,TItem] because Type.ContainsGenericParameters is true.