Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ExpressiveAnnotations
Analysis
TypeAdapter
C# Class ExpressiveAnnotations.Analysis.TypeAdapter
Adjusts types compatibility for operations.
Afficher le fichier
Open project: jwaliszko/ExpressiveAnnotations
Class Usage Examples
Méthodes publiques
Méthode
Description
MakeTypesCompatible
(
Expression
e1
,
Expression
e2
,
Expression
&
oute1
,
Expression
&
oute2
,
TokenType
operation
) :
void
Method Details
MakeTypesCompatible()
public
static
méthode
public
static
MakeTypesCompatible
(
Expression
e1
,
Expression
e2
,
Expression
&
oute1
,
Expression
&
oute2
,
TokenType
operation
) :
void
e1
System.Linq.Expressions.Expression
e2
System.Linq.Expressions.Expression
oute1
System.Linq.Expressions.Expression
oute2
System.Linq.Expressions.Expression
operation
TokenType
Résultat
void