Skip to content

Commit

Permalink
Fix vftbl nested types (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongle-the-gadget authored Aug 17, 2023
1 parent ab4eb3d commit 546cffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WinRT.Runtime/TypeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static Type FindVftblType(

internal static IntPtr GetAbiToProjectionVftblPtr(
#if NET
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields)]
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.PublicNestedTypes)]
#endif
this Type helperType)
{
Expand Down

0 comments on commit 546cffe

Please sign in to comment.