mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46:26 +00:00
using System
This commit is contained in:
parent
2a7175daf7
commit
3f6cf71435
@ -14,6 +14,8 @@ public partial class GroupedNativeMethodsGenerator : IIncrementalGenerator
|
|||||||
context.RegisterPostInitializationOutput(ctx =>
|
context.RegisterPostInitializationOutput(ctx =>
|
||||||
{
|
{
|
||||||
ctx.AddSource("GroupedNativeMethodsGenerator.Attribute.cs", """
|
ctx.AddSource("GroupedNativeMethodsGenerator.Attribute.cs", """
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace GroupedNativeMethodsGenerator
|
namespace GroupedNativeMethodsGenerator
|
||||||
{
|
{
|
||||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
|
||||||
|
Loading…
Reference in New Issue
Block a user