C# 클래스 Boo.Lang.Compiler.TypeSystem.TypeSystemServices.VoidTypeImpl

상속: ExternalType
파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
IsAssignableFrom ( IType other ) : bool
IsSubclassOf ( IType other ) : bool
Resolve ( List targetList, string name, EntityType flags ) : bool

비공개 메소드들

메소드 설명
VoidTypeImpl ( TypeSystemServices typeSystemServices ) : System

메소드 상세

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( IType other ) : bool
other IType
리턴 bool

IsSubclassOf() 공개 메소드

public IsSubclassOf ( IType other ) : bool
other IType
리턴 bool

Resolve() 공개 메소드

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
리턴 bool