mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-02-02 12:30:58 +00:00
14 lines
313 B
C#
14 lines
313 B
C#
namespace EightBit
|
|
{
|
|
namespace Files
|
|
{
|
|
namespace Symbols
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal sealed class SectionEnumerationAttribute(string key) : SectionPropertyAttribute(key, enumeration: true)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|