C# Class ThisMember.Core.Projection

Describes a projection from one type to another, as an expression.
ファイルを表示 Open project: JulianR/ThisMember

Public Methods

Method Description
Projection ( Type sourceType, Type destinationType, LambdaExpression expression ) : System

Method Details

Projection() public method

public Projection ( Type sourceType, Type destinationType, LambdaExpression expression ) : System
sourceType System.Type
destinationType System.Type
expression System.Linq.Expressions.LambdaExpression
return System