Files
PURErat-crack-scode/decompiled/Libraries/system.numerics.vectors/System.Runtime.CompilerServices/IntrinsicAttribute.cs
T
2026-08-27 10:56:38 -06:00

7 lines
269 B
C#

namespace System.Runtime.CompilerServices;
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Field, Inherited = false)]
internal sealed class IntrinsicAttribute : Attribute
{
}