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

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

Public Properties

Property Type Description
Default INamespace
EmptyEntityArray IEntity[]

Public Methods

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

Private Methods

Method Description
NullNamespace ( )

Method Details

GetMembers() public method

public GetMembers ( ) : IEntity[]
return IEntity[]

Resolve() public method

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
return bool

Property Details

Default public static property

public static INamespace Default
return INamespace

EmptyEntityArray public static property

public static IEntity[] EmptyEntityArray
return IEntity[]