Files
EightBitNet/M6502/M6502.Symbols/SectionReferencesAttribute.cs
T

14 lines
298 B
C#

namespace EightBit
{
namespace Files
{
namespace Symbols
{
[AttributeUsage(AttributeTargets.Property)]
internal class SectionReferencesAttribute(string key) : SectionPropertyAttribute(key, many: true)
{
}
}
}
}