11 lines
242 B
C#
11 lines
242 B
C#
using System;
|
|
|
|
namespace JetBrains.Annotations
|
|
{
|
|
// Token: 0x02000435 RID: 1077
|
|
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
|
|
public sealed class InvokerParameterNameAttribute : Attribute
|
|
{
|
|
}
|
|
}
|