Files
amacocian 673f8eb478 Implement attribute builders
Add attributes to class, constructor, field, method and property
2024-04-10 14:50:26 +02:00

8 lines
96 B
C#

namespace Sybil.IntegrationTests.Models
{
public enum MyEnum
{
Value
}
}