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

Inheritance: ExternalType, ICallableType
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
GetSignature ( ) : CallableSignature
IsAssignableFrom ( IType other ) : bool

Private Methods

Méthode Description
ExternalCallableType ( TypeSystemServices typeSystemServices, Type type ) : System

Method Details

GetSignature() public méthode

public GetSignature ( ) : CallableSignature
Résultat CallableSignature

IsAssignableFrom() public méthode

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