mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-20 06:16:43 +00:00
14 lines
298 B
C#
14 lines
298 B
C#
namespace EightBit
|
|
{
|
|
namespace Files
|
|
{
|
|
namespace Symbols
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal class SectionReferencesAttribute(string key) : SectionPropertyAttribute(key, many: true)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|