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

Inheritance: IConstructedTypeInfo
Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode Description
ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
GetMethodTemplate ( IMethod method ) : IMethod

Method Details

ExternalConstructedTypeInfo() public méthode

public ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
tss TypeSystemServices
type ExternalType
Résultat System

GetMethodTemplate() public méthode

public GetMethodTemplate ( IMethod method ) : IMethod
method IMethod
Résultat IMethod