mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 06:25:42 +00:00
7 lines
151 B
C#
7 lines
151 B
C#
namespace X10D.MetaServices;
|
|
|
|
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
|
|
internal sealed class AutoOverloadAttribute : Attribute
|
|
{
|
|
}
|