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

Inheritance: AbstractNamespace
Show file Open project: boo-lang/boo

Public Methods

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

Method Details

GetMembers() public method

public GetMembers ( ) : IEnumerable
return IEnumerable

ModuleMembersNamespace() public method

public ModuleMembersNamespace ( InternalModule module ) : System.Collections.Generic
module InternalModule
return System.Collections.Generic

Resolve() public method

public Resolve ( ICollection resultingSet, string name, EntityType typesToConsider ) : bool
resultingSet ICollection
name string
typesToConsider EntityType
return bool