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

Inheritance: IEntity, INamespace
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
AliasedNamespace ( string alias, IEntity subject )
GetMembers ( ) : IEntity[]
Resolve ( List targetList, string name, EntityType flags ) : bool

Method Details

AliasedNamespace() public méthode

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

GetMembers() public méthode

public GetMembers ( ) : IEntity[]
Résultat IEntity[]

Resolve() public méthode

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
Résultat bool