ProjectNamespace {Microsoft.VisualBasic.ApplicationServices.Development.XmlDoc.Assembly} .NET clr documentation

ProjectNamespace

Description

A namespace within a project -- typically a collection of related types. Equates to a .net Namespace.

Declare

            
# namespace Microsoft.VisualBasic.ApplicationServices.Development.XmlDoc.Assembly
export class ProjectNamespace {
   fullName: string;
   Types: iterates(ProjectType);
}

        

.NET clr type reference tree

  1. use by property member Types: iterates(ProjectType)

[Package {$package} version {$version} Index]