C# Class Docu.Documentation.Namespace

Inheritance: BaseDocumentationElement, IReferencable
Afficher le fichier Open project: cdrnet/docu Class Usage Examples

Méthodes publiques

Méthode Description
AddType ( DeclaredType type ) : void
Namespace ( Identifier identifier ) : System.Collections.Generic
Resolve ( IReferencable>.IDictionary referencables ) : void
Sort ( ) : void
ToString ( ) : string
Unresolved ( Docu.Parsing.Model.NamespaceIdentifier namespaceIdentifier ) : Namespace

Method Details

AddType() public méthode

public AddType ( DeclaredType type ) : void
type DeclaredType
Résultat void

Namespace() public méthode

public Namespace ( Identifier identifier ) : System.Collections.Generic
identifier Identifier
Résultat System.Collections.Generic

Resolve() public méthode

public Resolve ( IReferencable>.IDictionary referencables ) : void
referencables IReferencable>.IDictionary
Résultat void

Sort() public méthode

public Sort ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Unresolved() public static méthode

public static Unresolved ( Docu.Parsing.Model.NamespaceIdentifier namespaceIdentifier ) : Namespace
namespaceIdentifier Docu.Parsing.Model.NamespaceIdentifier
Résultat Namespace