1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:15:43 +00:00
X10D/tools/X10D.MetaServices/AutoOverloadAttribute.cs

7 lines
151 B
C#
Raw Normal View History

2023-08-26 18:11:29 +01:00
namespace X10D.MetaServices;
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
2023-04-06 17:05:37 +01:00
internal sealed class AutoOverloadAttribute : Attribute
{
}