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.DbLookup.Controls.WPF.PropertiesAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
[AttributeUsageAttribute] public sealed class LinqTunnelAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class LinqTunnelAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class LinqTunnelAttribute sealed : public Attribute