11 lines
212 B
C#
11 lines
212 B
C#
using System;
|
|
|
|
namespace JetBrains.Annotations
|
|
{
|
|
// Token: 0x02000440 RID: 1088
|
|
[AttributeUsage(AttributeTargets.Parameter, Inherited = true)]
|
|
public sealed class InstantHandleAttribute : Attribute
|
|
{
|
|
}
|
|
}
|