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