Class LocalQueryMethodImplementationTypeAttribute
Attribute applied to static classes providing expression tree forms of query methods, mapping those to the corresponding methods for local query execution on the specified target class type.
Implements
Inherited Members
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Linq.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class LocalQueryMethodImplementationTypeAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceLocalQueryMethodImplementationTypeAttribute(Type)
Creates a new mapping to the specified local execution query method implementation type.
Declaration
public LocalQueryMethodImplementationTypeAttribute(Type targetType)
Parameters
Type | Name | Description |
---|---|---|
Type | targetType | Type with query methods for local execution. |
Properties
| Improve this Doc View SourceTargetType
Gets the type with the implementation of local query methods.
Declaration
public Type TargetType { get; }
Property Value
Type | Description |
---|---|
Type |