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

Inheritance: INamespace
Afficher le fichier Open project: boo/boo-lang

Protected Properties

Свойство Type Description
_children IDictionary
_parent INamespace

Méthodes publiques

Méthode Description
GetMembers ( ) : IEntity[]
Resolve ( List targetList, string name, EntityType flags ) : bool
SimpleNamespace ( INamespace parent, IDictionary children ) : System

Method Details

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

SimpleNamespace() public méthode

public SimpleNamespace ( INamespace parent, IDictionary children ) : System
parent INamespace
children IDictionary
Résultat System

Property Details

_children protected_oe property

protected IDictionary _children
Résultat IDictionary

_parent protected_oe property

protected INamespace _parent
Résultat INamespace