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