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

Inheritance: ExternalType, ICallableType
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
GetSignature ( ) : CallableSignature
IsAssignableFrom ( IType other ) : bool

Private Methods

Method Description
ExternalCallableType ( TypeSystemServices typeSystemServices, Type type ) : System

Method Details

GetSignature() public method

public GetSignature ( ) : CallableSignature
return CallableSignature

IsAssignableFrom() public method

public IsAssignableFrom ( IType other ) : bool
other IType
return bool