Is it possible to cast a Dictionary to a consistent intermediate generic type? So I would be able to cast <
Dictionary
<
Is this helping you ?
Dictionary output = input.ToDictionary(item => item.Key, item => (SomeType)item.Value);