Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
UnityScript
Scripting
Pipeline
IntroduceReturnValue
C# 클래스 UnityScript.Scripting.Pipeline.IntroduceReturnValue
상속:
Boo.Lang.Compiler.Steps.AbstractCompilerStep
파일 보기
프로젝트 열기: CarlosHBC/UnityDecompiled
공개 메소드들
메소드
설명
IsVoid
(
Expression
e
) :
bool
LastExpressionStatement
(
Method
method
) :
Boo.Lang.Compiler.Ast.ExpressionStatement
Run
( ) :
void
메소드 상세
IsVoid()
공개
메소드
public
IsVoid
(
Expression
e
) :
bool
e
Boo.Lang.Compiler.Ast.Expression
리턴
bool
LastExpressionStatement()
공개
메소드
public
LastExpressionStatement
(
Method
method
) :
Boo.Lang.Compiler.Ast.ExpressionStatement
method
Boo.Lang.Compiler.Ast.Method
리턴
Boo.Lang.Compiler.Ast.ExpressionStatement
Run()
공개
메소드
public
Run
( ) :
void
리턴
void