LinqTunnelAttribute Class
Indicates that method is pure LINQ method, with postponed enumeration (like Enumerable.Select,
.Where). This annotation allows inference of [InstantHandle] annotation for parameters
of delegate type by analyzing LINQ method chains.
Namespace:
RingSoft.DataEntryControls.Engine.AnnotationsAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
[AttributeUsageAttribute] public sealed class LinqTunnelAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class LinqTunnelAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class LinqTunnelAttribute sealed : public Attribute