Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models.DataTables; /// /// Represents render (process) the data for use in the DataTables. /// public partial interface IRender { }