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

Inheritance: GenericConstructedType, ICallableType
Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode Description
GenericConstructedCallableType ( TypeSystemServices tss, ICallableType definition, IType arguments ) : System
GetSignature ( ) : CallableSignature
IsAssignableFrom ( IType other ) : bool

Method Details

GenericConstructedCallableType() public méthode

public GenericConstructedCallableType ( TypeSystemServices tss, ICallableType definition, IType arguments ) : System
tss TypeSystemServices
definition ICallableType
arguments IType
Résultat System

GetSignature() public méthode

public GetSignature ( ) : CallableSignature
Résultat CallableSignature

IsAssignableFrom() public méthode

public IsAssignableFrom ( IType other ) : bool
other IType
Résultat bool