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

Inheritance: Boo.Lang.Compiler.TypeSystem.InternalMethod, IConstructor
Show file Open project: boo/boo-lang

Public Methods

Method Description
InternalConstructor ( TypeSystemServices typeSystemServices, Constructor constructor ) : Boo.Lang.Compiler.Ast

Method Details

InternalConstructor() public method

public InternalConstructor ( TypeSystemServices typeSystemServices, Constructor constructor ) : Boo.Lang.Compiler.Ast
typeSystemServices TypeSystemServices
constructor Boo.Lang.Compiler.Ast.Constructor
return Boo.Lang.Compiler.Ast