Click or drag to resize

AliasHasDeclarationsInProject Property

True if the referenced 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#
public bool HasDeclarationsInProject { get; }

Property Value

Type: Boolean

Implements

INamespaceHasDeclarationsInProject
See Also