11 lines
234 B
C#
11 lines
234 B
C#
using System;
|
|
|
|
namespace JetBrains.Annotations
|
|
{
|
|
// Token: 0x02000444 RID: 1092
|
|
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
|
|
public sealed class AssertionMethodAttribute : Attribute
|
|
{
|
|
}
|
|
}
|