Click or drag to resize

INamespaceHasDeclarationsInProject Property

True if this Namespace has NamespaceDecl declarations in the current project, otherwise false (meaning items in the namespace exist only in imported assemblies and projects).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
bool HasDeclarationsInProject { get; }

Property Value

Type: Boolean
See Also