11 lines
188 B
C#
11 lines
188 B
C#
using System;
|
|
|
|
namespace JetBrains.Annotations
|
|
{
|
|
// Token: 0x02000445 RID: 1093
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public sealed class LinqTunnelAttribute : Attribute
|
|
{
|
|
}
|
|
}
|