C# Class ThisMember.Core.Projection

Describes a projection from one type to another, as an expression.
Afficher le fichier Open project: JulianR/ThisMember

Méthodes publiques

Méthode Description
Projection ( Type sourceType, Type destinationType, LambdaExpression expression ) : System

Method Details

Projection() public méthode

public Projection ( Type sourceType, Type destinationType, LambdaExpression expression ) : System
sourceType System.Type
destinationType System.Type
expression System.Linq.Expressions.LambdaExpression
Résultat System