Files
PURErat-crack-scode/decompiled/Libraries/microsoft.codeanalysis/System.Runtime.CompilerServices/InternalImplementationOnlyAttribute.cs
T

7 lines
186 B
C#
Raw Normal View History

2026-08-27 10:56:38 -06:00
namespace System.Runtime.CompilerServices;
[AttributeUsage(AttributeTargets.Interface, AllowMultiple = false)]
internal sealed class InternalImplementationOnlyAttribute : Attribute
{
}