C# Class Boo.Lang.Compiler.TypeSystem.Internal.ModuleMembersNamespace

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

Méthodes publiques

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

Method Details

GetMembers() public méthode

public GetMembers ( ) : IEnumerable
Résultat IEnumerable

ModuleMembersNamespace() public méthode

public ModuleMembersNamespace ( InternalModule module ) : System.Collections.Generic
module InternalModule
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