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