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

Inheritance: AbstractNamespace
Datei anzeigen Open project: boo-lang/boo

Private Properties

Property Type Description
LoadRootNamespaces IEnumerable

Public Methods

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

Private Methods

Method Description
LoadRootNamespaces ( ) : IEnumerable

Method Details

GetMembers() public method

public GetMembers ( ) : IEnumerable
return IEnumerable

GlobalNamespace() public method

public GlobalNamespace ( ) : System.Collections.Generic
return System.Collections.Generic

Resolve() public method

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