C# 클래스 Boo.Lang.Compiler.TypeSystem.AliasedNamespace

상속: IEntity, INamespace
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
AliasedNamespace ( string alias, IEntity subject )
GetMembers ( ) : IEntity[]
Resolve ( List targetList, string name, EntityType flags ) : bool

메소드 상세

AliasedNamespace() 공개 메소드

public AliasedNamespace ( string alias, IEntity subject )
alias string
subject IEntity

GetMembers() 공개 메소드

public GetMembers ( ) : IEntity[]
리턴 IEntity[]

Resolve() 공개 메소드

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