11 lines
194 B
C#
11 lines
194 B
C#
using System;
|
|
|
|
namespace JetBrains.Annotations
|
|
{
|
|
// Token: 0x02000443 RID: 1091
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
public sealed class NoEnumerationAttribute : Attribute
|
|
{
|
|
}
|
|
}
|