C# Class PortableRx.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: robfe/PortableRx

Public Methods

Method Description
LocalQueryMethodImplementationTypeAttribute ( Type targetType ) : System

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

Method Details

LocalQueryMethodImplementationTypeAttribute() public method

Creates a new mapping to the specified local execution query method implementation type.
public LocalQueryMethodImplementationTypeAttribute ( Type targetType ) : System
targetType System.Type Type with query methods for local execution.
return System