File: Shared_PlainTable_TableComponent_razor.g.cs
Project: src\src\Components\benchmarkapps\Wasm.Performance\TestApp\Wasm.Performance.TestApp.csproj (Wasm.Performance.TestApp)
#pragma checksum "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "392db8c87b8062a96a6a44be0d03d7e0c75bf0bbfb6207a5b3ddcbb592a794db"
// <auto-generated/>
#pragma warning disable 1591
namespace Wasm.Performance.TestApp.Shared.PlainTable
{
    #line default
    using global::System;
    using global::System.Collections.Generic;
    using global::System.Linq;
    using global::System.Threading.Tasks;
    using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using System.Net.Http
 
#nullable disable
    ;
#nullable restore
#line (2,2)-(2,47) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
 
#nullable disable
    ;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
 
#nullable disable
    ;
#nullable restore
#line (4,2)-(4,43) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
 
#nullable disable
    ;
#nullable restore
#line (5,2)-(5,27) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.JSInterop
 
#nullable disable
    ;
#nullable restore
#line (6,2)-(6,32) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp
 
#nullable disable
    ;
#nullable restore
#line (7,2)-(7,39) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp.Shared
 
#nullable disable
    ;
#nullable restore
#line (1,2)-(1,61) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
using WeatherForecast = Pages.GridRendering.WeatherForecast
 
#nullable disable
    ;
    #line default
    #line hidden
    #nullable restore
    public partial class TableComponent : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
            __builder.OpenElement(0, "table");
            __builder.AddAttribute(1, "class", "table");
            __builder.OpenElement(2, "thead");
            __builder.OpenElement(3, "tr");
#nullable restore
#line (6,1)-(6,13) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
            
 
#line default
#line hidden
#nullable disable
 
#nullable restore
#line (6,14)-(8,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
foreach (var item in Columns)
            {
 
#line default
#line hidden
#nullable disable
 
            __builder.OpenElement(4, "th");
#nullable restore
#line (8,22)-(8,26) 24 "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
__builder.AddContent(5, item
 
#line default
#line hidden
#nullable disable
            );
            __builder.CloseElement();
#nullable restore
#line (9,1)-(10,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
            }
 
#line default
#line hidden
#nullable disable
 
            __builder.CloseElement();
            __builder.CloseElement();
            __builder.AddMarkupContent(6, "\r\n    ");
            __builder.OpenElement(7, "tbody");
            __builder.OpenComponent<global::Wasm.Performance.TestApp.Shared.PlainTable.RowCollection>(8);
            __builder.AddComponentParameter(9, nameof(global::Wasm.Performance.TestApp.Shared.PlainTable.RowCollection.
#nullable restore
#line (13,24)-(13,28) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
Data
 
#line default
#line hidden
#nullable disable
            ), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Wasm.Performance.TestApp.Pages.GridRendering.WeatherForecast[]>(
#nullable restore
#line (13,31)-(13,35) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
Data
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddComponentParameter(10, nameof(global::Wasm.Performance.TestApp.Shared.PlainTable.RowCollection.
#nullable restore
#line (14,24)-(14,31) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
Columns
 
#line default
#line hidden
#nullable disable
            ), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Collections.Generic.List<global::System.String>>(
#nullable restore
#line (14,34)-(14,41) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
Columns
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddComponentParameter(11, nameof(global::Wasm.Performance.TestApp.Shared.PlainTable.RowCollection.
#nullable restore
#line (15,24)-(15,31) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
OnClick
 
#line default
#line hidden
#nullable disable
            ), (global::System.Func<global::System.Int32, global::System.Threading.Tasks.Task>)(
#nullable restore
#line (15,34)-(15,50) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
HandleClickEvent
 
#line default
#line hidden
#nullable disable
            ));
            __builder.CloseComponent();
            __builder.CloseElement();
            __builder.CloseElement();
        }
        #pragma warning restore 1998
#nullable restore
#line (20,8)-(31,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\TableComponent.razor"
 
    [Parameter]
    public WeatherForecast[] Data { get; set; }
 
    [Parameter]
    public List<string> Columns { get; set; }
 
    Task HandleClickEvent(int index)
    {
        return Task.CompletedTask;
    }
 
#line default
#line hidden
#nullable disable
 
    }
}
#pragma warning restore 1591