mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 05:41:49 +00:00
8 lines
208 B
C#
8 lines
208 B
C#
namespace M6502.Symbols
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal sealed class SectionEnumerationAttribute(string key) : SectionPropertyAttribute(key, enumeration: true)
|
|
{
|
|
}
|
|
}
|