NDepend.API Documentation
INamespace Interface
Members 
NDepend.CodeModel Namespace : INamespace Interface
Represents a namespace declared in an application assembly, or declared in a third-party assembly and used by the application code.
Object Model
INamespace InterfaceIAssembly InterfaceINamespace Interface
Syntax
public interface INamespace : ICodeContainer, ICodeElement, ICodeElementParent, IUsed, IUser  
Remarks
If N assemblies declare the same namespace, there are N INamespace objects with a common ICodeElement.Name value, one object for each assembly that declares the namespace.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

INamespace Members
NDepend.CodeModel Namespace