INamespaceSymbol.IsGlobalNamespace Property

Definition

Returns whether this namespace is the unnamed, global namespace that is at the root of all namespaces.

public:
 property bool IsGlobalNamespace { bool get(); };
public bool IsGlobalNamespace { get; }
member this.IsGlobalNamespace : bool
Public ReadOnly Property IsGlobalNamespace As Boolean

Property Value

Applies to