We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a4405 commit 0576690Copy full SHA for 0576690
src/Components/Components/src/LayoutAttribute.cs
@@ -36,5 +36,6 @@ public LayoutAttribute([DynamicallyAccessedMembers(Component)] Type layoutType)
36
/// The type of the layout. The type must implement <see cref="IComponent"/>
37
/// and must accept a parameter with the name 'Body'.
38
/// </summary>
39
+ [DynamicallyAccessedMembers(Component)]
40
public Type LayoutType { get; private set; }
41
}
0 commit comments