C# Class PortableRx.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: robfe/PortableRx

Méthodes publiques

Méthode Description
LocalQueryMethodImplementationTypeAttribute ( Type targetType ) : System

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

Method Details

LocalQueryMethodImplementationTypeAttribute() public méthode

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.
Résultat System