Files
2026-06-04 11:42:34 +02:00

11 lines
200 B
C#

using System;
namespace JetBrains.Annotations
{
// Token: 0x02000441 RID: 1089
[AttributeUsage(AttributeTargets.Method, Inherited = true)]
public sealed class PureAttribute : Attribute
{
}
}