C# Class Mono.CSharp.RootNamespace

Inheritance: Namespace
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
GetSignatureForError ( ) : string
IsNamespace ( string name ) : bool
RegisterNamespace ( Namespace child ) : void
RootNamespace ( string alias_name ) : System

Protected Methods

Method Description
RegisterNamespace ( string dotted_name ) : void

Method Details

GetSignatureForError() public method

public GetSignatureForError ( ) : string
return string

IsNamespace() public method

public IsNamespace ( string name ) : bool
name string
return bool

RegisterNamespace() public method

public RegisterNamespace ( Namespace child ) : void
child Namespace
return void

RegisterNamespace() protected method

protected RegisterNamespace ( string dotted_name ) : void
dotted_name string
return void

RootNamespace() public method

public RootNamespace ( string alias_name ) : System
alias_name string
return System