C# Class Docu.Documentation.Namespace

Inheritance: BaseDocumentationElement, IReferencable
Exibir arquivo Open project: cdrnet/docu Class Usage Examples

Public Methods

Method 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 method

public AddType ( DeclaredType type ) : void
type DeclaredType
return void

Namespace() public method

public Namespace ( Identifier identifier ) : System.Collections.Generic
identifier Identifier
return System.Collections.Generic

Resolve() public method

public Resolve ( IReferencable>.IDictionary referencables ) : void
referencables IReferencable>.IDictionary
return void

Sort() public method

public Sort ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Unresolved() public static method

public static Unresolved ( Docu.Parsing.Model.NamespaceIdentifier namespaceIdentifier ) : Namespace
namespaceIdentifier Docu.Parsing.Model.NamespaceIdentifier
return Namespace