﻿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: (556:20,0 [5] )
|TItem|

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

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

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

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

Source Location: (185:12,4 [22] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(Items3())|
Generated Location: (2000:75,0 [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: (2260:86,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; }
|

