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