Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Boo
Lang
Compiler
TypeSystem
InternalParameter
C# Class Boo.Lang.Compiler.TypeSystem.InternalParameter
Inheritance:
AbstractLocalEntity
,
IParameter
,
ILocalEntity
,
IInternalEntity
显示文件
Open project: boo/boo-lang
Class Usage Examples
Public Methods
Method
Description
InternalParameter
(
ParameterDeclaration
parameter
,
int
index
) :
Boo.Lang.Compiler.Ast
Method Details
InternalParameter()
public
method
public
InternalParameter
(
ParameterDeclaration
parameter
,
int
index
) :
Boo.Lang.Compiler.Ast
parameter
Boo.Lang.Compiler.Ast.ParameterDeclaration
index
int
return
Boo.Lang.Compiler.Ast