7 lines
186 B
C#
7 lines
186 B
C#
namespace System.Runtime.CompilerServices;
|
|
|
|
[AttributeUsage(AttributeTargets.Interface, AllowMultiple = false)]
|
|
internal sealed class InternalImplementationOnlyAttribute : Attribute
|
|
{
|
|
}
|