Skip to content

LocalQueryMethodImplementationTypeAttribute class

Attributes: [EditorBrowsable(EditorBrowsableState.1)] [AttributeUsage(AttributeTargets.4, Inherited = false)]

Defined in

Namespace: System.Reactive.Linq Assembly: System.Reactive.dll Full name: System.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute Modifiers: public sealed

Summary

        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.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class LocalQueryMethodImplementationTypeAttribute
class Attribute
Attribute <|-- LocalQueryMethodImplementationTypeAttribute

Inherits from: Attribute

Constructors

NameSummary
.ctorCreates a new mapping to the specified local execution query method implementation type.

Properties

NameSummary
TargetTypeGets the type with the implementation of local query methods.
Inherited members