NDepend.API Documentation
UsAndParentAssembliesAndNamespacesAndChildMembers Method (ExtensionMethodsProjection)
NDepend.CodeModel Namespace > ExtensionMethodsProjection Class : UsAndParentAssembliesAndNamespacesAndChildMembers Method
This sequence of IType objects.
Returns a sequence of ICodeElement objects, containing these types and and all their IMember.ParentAssembly, IMember.ParentNamespace and ICodeElementParent.ChildMembers objects.
Syntax
[Extension()]
public static IEnumerable<ICodeElement> UsAndParentAssembliesAndNamespacesAndChildMembers( 
   IEnumerable<IType> types
)

Parameters

types
This sequence of IType objects.
Requirements

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

See Also

Reference

ExtensionMethodsProjection Class
ExtensionMethodsProjection Members