11 lines
300 B
C#
11 lines
300 B
C#
using System;
|
|
|
|
namespace JetBrains.Annotations
|
|
{
|
|
// Token: 0x02000439 RID: 1081
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
|
|
public sealed class CannotApplyEqualityOperatorAttribute : Attribute
|
|
{
|
|
}
|
|
}
|