IAssemblySymbol.GlobalNamespace Property

Definition

Gets the merged root namespace that contains all namespaces and types defined in the modules of this assembly. If there is just one module in this assembly, this property just returns the GlobalNamespace of that module.

public:
 property Microsoft::CodeAnalysis::INamespaceSymbol ^ GlobalNamespace { Microsoft::CodeAnalysis::INamespaceSymbol ^ get(); };
public Microsoft.CodeAnalysis.INamespaceSymbol GlobalNamespace { get; }
member this.GlobalNamespace : Microsoft.CodeAnalysis.INamespaceSymbol
Public ReadOnly Property GlobalNamespace As INamespaceSymbol

Property Value

Applies to