Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Boo
Lang
Compiler
TypeSystem
ExternalCallableType
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