public interface IPageable<TResult<E>,TSearch> where TResult:IEnumerable<E>想定义这样一个接口总是提示“类型形参声明必须是标识符,不能是类型”
如何声明泛型<泛型> 这样的接口呢?