mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
Source Generation
This commit is contained in:
13
Esiur/Proxy/ResourceGeneratorFieldInfo.cs
Normal file
13
Esiur/Proxy/ResourceGeneratorFieldInfo.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Microsoft.CodeAnalysis;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Proxy
|
||||
{
|
||||
public struct ResourceGeneratorFieldInfo
|
||||
{
|
||||
public IFieldSymbol FieldSymbol { get; set; }
|
||||
public string[] Attributes { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user