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

Inheritance: AbstractLocalEntity, IParameter, ILocalEntity, IInternalEntity
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
InternalParameter ( ParameterDeclaration parameter, int index ) : Boo.Lang.Compiler.Ast

Method Details

InternalParameter() public méthode

public InternalParameter ( ParameterDeclaration parameter, int index ) : Boo.Lang.Compiler.Ast
parameter Boo.Lang.Compiler.Ast.ParameterDeclaration
index int
Résultat Boo.Lang.Compiler.Ast