File: Shared_PlainTable_RowCollection_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\RowCollection.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "789900e8d73d1e85ec22bae0ea42ae1d8bc065e64285f633d3713248c531c315"
// <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\RowCollection.razor"
using WeatherForecast = Pages.GridRendering.WeatherForecast
 
#nullable disable
    ;
    #line default
    #line hidden
    #nullable restore
    public partial class RowCollection : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
#nullable restore
#line (3,2)-(5,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
foreach (var item in Data)
{
 
#line default
#line hidden
#nullable disable
 
            __builder.OpenComponent<global::Wasm.Performance.TestApp.Shared.PlainTable.Row>(0);
            __builder.AddComponentParameter(1, nameof(global::Wasm.Performance.TestApp.Shared.PlainTable.Row.
#nullable restore
#line (5,10)-(5,14) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
Item
 
#line default
#line hidden
#nullable disable
            ), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Wasm.Performance.TestApp.Pages.GridRendering.WeatherForecast>(
#nullable restore
#line (5,17)-(5,21) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
item
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddComponentParameter(2, nameof(global::Wasm.Performance.TestApp.Shared.PlainTable.Row.
#nullable restore
#line (5,23)-(5,30) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.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 (5,33)-(5,40) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
Columns
 
#line default
#line hidden
#nullable disable
            ));
            __builder.AddComponentParameter(3, nameof(global::Wasm.Performance.TestApp.Shared.PlainTable.Row.
#nullable restore
#line (6,10)-(6,17) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
OnClick
 
#line default
#line hidden
#nullable disable
            ), (global::System.Func<global::System.Int32, global::System.Threading.Tasks.Task>)(
#nullable restore
#line (6,20)-(6,27) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
OnClick
 
#line default
#line hidden
#nullable disable
            ));
            __builder.CloseComponent();
#nullable restore
#line (7,1)-(8,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
}
 
#line default
#line hidden
#nullable disable
 
        }
        #pragma warning restore 1998
#nullable restore
#line (10,8)-(19,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\RowCollection.razor"
 
    [Parameter]
    public WeatherForecast[] Data { get; set; }
 
    [Parameter]
    public List<string> Columns { get; set; }
 
    [Parameter]
    public Func<int, Task> OnClick { get; set; }
 
#line default
#line hidden
#nullable disable
 
    }
}
#pragma warning restore 1591