C# 클래스 Boo.Lang.Compiler.TypeSystem.ExternalConstructedTypeInfo

상속: IConstructedTypeInfo
파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
GetMethodTemplate ( IMethod method ) : IMethod

메소드 상세

ExternalConstructedTypeInfo() 공개 메소드

public ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
tss TypeSystemServices
type ExternalType
리턴 System

GetMethodTemplate() 공개 메소드

public GetMethodTemplate ( IMethod method ) : IMethod
method IMethod
리턴 IMethod