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

Inheritance: IConstructedTypeInfo
Show file Open project: boo/boo-lang

Public Methods

Method Description
ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
GetMethodTemplate ( IMethod method ) : IMethod

Method Details

ExternalConstructedTypeInfo() public method

public ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
tss TypeSystemServices
type ExternalType
return System

GetMethodTemplate() public method

public GetMethodTemplate ( IMethod method ) : IMethod
method IMethod
return IMethod