﻿Source Location: (1:0,1 [38] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components;|
Generated Location: (320:11,0 [38] )
|using Microsoft.AspNetCore.Components;|

Source Location: (52:1,11 [5] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem|
Generated Location: (564:20,0 [5] )
|TItem|

Source Location: (82:5,4 [20] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(Items1)|
Generated Location: (1112:35,24 [20] )
|ChildContent(Items1)|

Source Location: (111:7,1 [33] x:\dir\subdir\Test\TestComponent.cshtml)
|foreach (var item in Items2)
{
|
Generated Location: (1320:44,0 [33] )
|foreach (var item in Items2)
{
|

Source Location: (152:9,8 [18] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(item)|
Generated Location: (1559:54,24 [18] )
|ChildContent(item)|

Source Location: (176:10,0 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|}
|
Generated Location: (1766:63,0 [3] )
|}
|

Source Location: (185:12,4 [22] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(Items3())|
Generated Location: (1975:72,24 [22] )
|ChildContent(Items3())|

Source Location: (222:14,7 [248] x:\dir\subdir\Test\TestComponent.cshtml)
|
    [Parameter] public TItem[] Items1 { get; set; }
    [Parameter] public List<TItem[]> Items2 { get; set; }
    [Parameter] public Func<TItem[]> Items3 { get; set; }
    [Parameter] public RenderFragment<TItem[]> ChildContent { get; set; }
|
Generated Location: (2235:83,0 [248] )
|
    [Parameter] public TItem[] Items1 { get; set; }
    [Parameter] public List<TItem[]> Items2 { get; set; }
    [Parameter] public Func<TItem[]> Items3 { get; set; }
    [Parameter] public RenderFragment<TItem[]> ChildContent { get; set; }
|

