C# 클래스 PortableRx.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: robfe/PortableRx

공개 메소드들

메소드 설명
LocalQueryMethodImplementationTypeAttribute ( Type targetType ) : System

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

메소드 상세

LocalQueryMethodImplementationTypeAttribute() 공개 메소드

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.
리턴 System