Skip to content

Commit

Permalink
Add missing 'interface' keyword (#37827)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschuster authored Nov 1, 2023
1 parent 39a252d commit c8540b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To use the COM interface generator, add the <xref:System.Runtime.InteropServices
```csharp
[GeneratedComInterface]
[Guid("3faca0d2-e7f1-4e9c-82a6-404fd6e0aab8")]
internal partial IFoo
internal partial interface IFoo
{
void Method(int i);
}
Expand Down

0 comments on commit c8540b4

Please sign in to comment.