C# Class Mono.CSharp.RootNamespace

Inheritance: Namespace
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
RegisterNamespace ( string dotted_name ) : void

Method Details

GetSignatureForError() public méthode

public GetSignatureForError ( ) : string
Résultat string

IsNamespace() public méthode

public IsNamespace ( string name ) : bool
name string
Résultat bool

RegisterNamespace() public méthode

public RegisterNamespace ( Namespace child ) : void
child Namespace
Résultat void

RegisterNamespace() protected méthode

protected RegisterNamespace ( string dotted_name ) : void
dotted_name string
Résultat void

RootNamespace() public méthode

public RootNamespace ( string alias_name ) : System
alias_name string
Résultat System