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
Boo
Lang
Compiler
TypeSystem
InternalParameter
C# Class Boo.Lang.Compiler.TypeSystem.InternalParameter
Inheritance:
AbstractLocalEntity
,
IParameter
,
ILocalEntity
,
IInternalEntity
Mostrar archivo
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