C# Class Boo.Lang.Compiler.TypeSystem.Core.GlobalNamespace

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

Private Properties

Свойство Type Description
LoadRootNamespaces IEnumerable

Méthodes publiques

Méthode Description
GetMembers ( ) : IEnumerable
GlobalNamespace ( ) : System.Collections.Generic
Resolve ( ICollection resultingSet, string name, EntityType typesToConsider ) : bool

Private Methods

Méthode Description
LoadRootNamespaces ( ) : IEnumerable

Method Details

GetMembers() public méthode

public GetMembers ( ) : IEnumerable
Résultat IEnumerable

GlobalNamespace() public méthode

public GlobalNamespace ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Resolve() public méthode

public Resolve ( ICollection resultingSet, string name, EntityType typesToConsider ) : bool
resultingSet ICollection
name string
typesToConsider EntityType
Résultat bool