Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Boo
Lang
Compiler
TypeSystem
ExternalCallableType
C# 클래스 Boo.Lang.Compiler.TypeSystem.ExternalCallableType
상속:
ExternalType
,
ICallableType
파일 보기
프로젝트 열기: boo/boo-lang
1 사용 예제들
공개 메소드들
메소드
설명
GetSignature
( ) :
CallableSignature
IsAssignableFrom
(
IType
other
) :
bool
비공개 메소드들
메소드
설명
ExternalCallableType
(
TypeSystemServices
typeSystemServices
,
Type
type
) :
System
메소드 상세
GetSignature()
공개
메소드
public
GetSignature
( ) :
CallableSignature
리턴
CallableSignature
IsAssignableFrom()
공개
메소드
public
IsAssignableFrom
(
IType
other
) :
bool
other
IType
리턴
bool