INamespaceOrTypeSymbol.IsNamespace Property

Definition

Returns true if this symbol is a namespace. If it is not a namespace, it must be a type.

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

Property Value

Applies to