Class LinqTunnelAttribute
Indicates that method is pure linq method, with postponed enumeration. C# iterator methods (yield ...) are always LinqTunnel
Implements
Inherited Members
Namespace: JetBrains.Annotations
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class LinqTunnelAttribute : Attribute, _Attribute