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

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

Méthodes publiques

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

Private Methods

Méthode Description
AnonymousCallableType ( TypeSystemServices services, CallableSignature signature ) : System

Method Details

GetSignature() public méthode

public GetSignature ( ) : CallableSignature
Résultat CallableSignature

GetTypeDepth() public méthode

public GetTypeDepth ( ) : int
Résultat int

IsAssignableFrom() public méthode

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

IsSubclassOf() public méthode

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