﻿Document - 
    NamespaceDeclaration -  - Test
        UsingDirective - (3:1,1 [20] ) - global::System
        UsingDirective - (26:2,1 [40] ) - global::System.Collections.Generic
        UsingDirective - (69:3,1 [25] ) - global::System.Linq
        UsingDirective - (97:4,1 [36] ) - global::System.Threading.Tasks
        UsingDirective - (1:0,1 [38] x:\dir\subdir\Test\TestComponent.cshtml) - Microsoft.AspNetCore.Components
        ClassDeclaration -  - public partial - TestComponent - global::Microsoft.AspNetCore.Components.ComponentBase -  - TItem
            MethodDeclaration -  - protected override - void - BuildRenderTree
                MarkupBlock -  - <h1>Item</h1>\n\n
                MarkupElement - (78:5,0 [28] x:\dir\subdir\Test\TestComponent.cshtml) - p
                    CSharpExpression - (82:5,4 [20] x:\dir\subdir\Test\TestComponent.cshtml)
                        LazyIntermediateToken - (82:5,4 [20] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - ChildContent(Items1)
                CSharpCode - (111:7,1 [33] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (111:7,1 [33] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - foreach (var item in Items2)\n{\n
                MarkupElement - (148:9,4 [26] x:\dir\subdir\Test\TestComponent.cshtml) - p
                    CSharpExpression - (152:9,8 [18] x:\dir\subdir\Test\TestComponent.cshtml)
                        LazyIntermediateToken - (152:9,8 [18] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - ChildContent(item)
                CSharpCode - (176:10,0 [3] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (176:10,0 [3] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - }\n
                MarkupElement - (181:12,0 [30] x:\dir\subdir\Test\TestComponent.cshtml) - p
                    CSharpExpression - (185:12,4 [22] x:\dir\subdir\Test\TestComponent.cshtml)
                        LazyIntermediateToken - (185:12,4 [22] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - ChildContent(Items3())
            CSharpCode - (222:14,7 [248] x:\dir\subdir\Test\TestComponent.cshtml)
                LazyIntermediateToken - (222:14,7 [248] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    [Parameter] public TItem[] Items1 { get; set; }\n    [Parameter] public List<TItem[]> Items2 { get; set; }\n    [Parameter] public Func<TItem[]> Items3 { get; set; }\n    [Parameter] public RenderFragment<TItem[]> ChildContent { get; set; }\n
