C# Class Boo.Lang.Compiler.TypeSystem.InternalParameter

Inheritance: AbstractLocalEntity, IParameter, ILocalEntity, IInternalEntity
Datei anzeigen 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