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