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

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

Méthodes publiques

Свойство Type Description
Default INamespace
EmptyEntityArray IEntity[]

Méthodes publiques

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

Private Methods

Méthode Description
NullNamespace ( )

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

Property Details

Default public_oe static_oe property

public static INamespace Default
Résultat INamespace

EmptyEntityArray public_oe static_oe property

public static IEntity[] EmptyEntityArray
Résultat IEntity[]