我想把
Expression<Func<TTargetEntityType, ICollection<TConvertType>>>
转换为
Expression<Func<TTargetEntityType, ICollection<TEntityType>>>
其中TEntityType 继承于 TConvertType。
不知道如何处理,请各高手解答一下。