Click or drag to resize

UsingDirectiveNamespace Property

The namespace that this using imports, or null if not a namespace (can be a type as of C# 6.0).

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

Property Value

Type: NamespaceRef
See Also