Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ExpressiveAnnotations
Analysis
TypeAdapter
C# Class ExpressiveAnnotations.Analysis.TypeAdapter
Adjusts types compatibility for operations.
Mostrar archivo
Open project: jwaliszko/ExpressiveAnnotations
Class Usage Examples
Public Methods
Method
Description
MakeTypesCompatible
(
Expression
e1
,
Expression
e2
,
Expression
&
oute1
,
Expression
&
oute2
,
TokenType
operation
) :
void
Method Details
MakeTypesCompatible()
public
static
method
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
return
void