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

Inheritance: ExternalMethod, IConstructor
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
ExternalConstructor ( TypeSystemServices manager, ConstructorInfo ci ) : System.Reflection

Method Details

ExternalConstructor() public method

public ExternalConstructor ( TypeSystemServices manager, ConstructorInfo ci ) : System.Reflection
manager TypeSystemServices
ci System.Reflection.ConstructorInfo
return System.Reflection