mirror of
https://github.com/AlexMacocian/Sybil.git
synced 2026-07-15 15:19:59 +00:00
673f8eb478
Add attributes to class, constructor, field, method and property
8 lines
96 B
C#
8 lines
96 B
C#
namespace Sybil.IntegrationTests.Models
|
|
{
|
|
public enum MyEnum
|
|
{
|
|
Value
|
|
}
|
|
}
|