﻿[0000] OpenComponent<global::Test.MyComponent<
#nullable restore
#line (2,22)-(2,28) "x:\dir\subdir\Test\TestComponent.cshtml"
TParam

#line default
#line hidden
#nullable disable
            >>()
[0001] AddComponentParameter(nameof(global::Test.MyComponent<TParam>. Value ), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<TParam>( ParentValue ))
[0002] AddComponentParameter(nameof(global::Test.MyComponent<TParam>.ValueChanged), (global::System.Action<TParam>)( __value => { ParentValue = __value; global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.InvokeSynchronousDelegate( Update ); }))