NDepend.API Documentation
ICodeContainer Interface
Members 
NDepend.CodeModel Namespace : ICodeContainer Interface
Represents a code element that can contain executable code. This interface is implemented by IMethod, IType, INamespace, IAssembly and ICodeBase.
Syntax
public interface ICodeContainer : ICodeElement, IUsed, IUser  
Remarks
This interface implements IUser because ICodeContainer contains executable code per definition, and executable code can used code elements.
A ICodeContainer object doesn't necessarily contain executable code. For example an abstract method object, is a IMethod, that is a ICodeContainer, yet an abstract method doesn't contain executable code.
Requirements

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

See Also

Reference

ICodeContainer Members
NDepend.CodeModel Namespace