1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00
X10D/tools/X10D.MetaServices/AutoOverloadAttribute.cs

7 lines
152 B
C#
Raw Normal View History

namespace X10D.MetaServices;
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class AutoOverloadAttribute : Attribute
{
}