Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DotNetWebToolkit
Cil2Js
Analysis
TypeCombiner
C# 클래스 DotNetWebToolkit.Cil2Js.Analysis.TypeCombiner
파일 보기
프로젝트 열기: chrisdunelm/DotNetWebToolkit
1 사용 예제들
공개 메소드들
메소드
설명
Combine
(
Ctx
ctx
,
Expr
a
,
Expr
b
) :
TypeReference
Combine
(
Ctx
ctx
,
TypeReference
a
,
TypeReference
b
) :
TypeReference
메소드 상세
Combine()
공개
정적인
메소드
public
static
Combine
(
Ctx
ctx
,
Expr
a
,
Expr
b
) :
TypeReference
ctx
DotNetWebToolkit.Cil2Js.Ast.Ctx
a
Expr
b
Expr
리턴
Mono.Cecil.TypeReference
Combine()
공개
정적인
메소드
public
static
Combine
(
Ctx
ctx
,
TypeReference
a
,
TypeReference
b
) :
TypeReference
ctx
DotNetWebToolkit.Cil2Js.Ast.Ctx
a
Mono.Cecil.TypeReference
b
Mono.Cecil.TypeReference
리턴
Mono.Cecil.TypeReference