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