CPF/CPF.ReoGrid/Microsoft/CodeAnalysis/EmbeddedAttribute.cs
2024-06-24 10:15:59 +08:00

12 lines
186 B
C#

using System;
using System.Runtime.CompilerServices;
namespace Microsoft.CodeAnalysis
{
[CompilerGenerated]
[Embedded]
internal sealed class EmbeddedAttribute : Attribute
{
}
}