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

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

공개 메소드들

메소드 설명
GenericConstructedCallableType ( TypeSystemServices tss, ICallableType definition, IType arguments ) : System
GetSignature ( ) : CallableSignature
IsAssignableFrom ( IType other ) : bool

메소드 상세

GenericConstructedCallableType() 공개 메소드

public GenericConstructedCallableType ( TypeSystemServices tss, ICallableType definition, IType arguments ) : System
tss TypeSystemServices
definition ICallableType
arguments IType
리턴 System

GetSignature() 공개 메소드

public GetSignature ( ) : CallableSignature
리턴 CallableSignature

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( IType other ) : bool
other IType
리턴 bool