NDepend.API Documentation
ThatIndirectlyCreateAny Method
NDepend.CodeModel Namespace > ExtensionMethodsSequenceUsage Class : ThatIndirectlyCreateAny Method
This sequence of methods.
The types instantiated directly or indirectly by methods in the returned sequence.
Returns a sub-sequence of this sequence methods, containing only methods that directly or indirectly calls a constructor of any type in typesCreated.
Syntax

Parameters

methods
This sequence of methods.
typesCreated
The types instantiated directly or indirectly by methods in the returned sequence.
Remarks
Constructors of types in typesCreated are not kept in the returned sequence.
This extension method has a O(methods.Count + typesCreated.Count) time complexity.
Requirements

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

See Also

Reference

ExtensionMethodsSequenceUsage Class
ExtensionMethodsSequenceUsage Members
CreateA Method
ThatCreateA Method
ThatCreateAny Method
DepthOfCreateA Method
DepthOfCreateAny Method
NDepend.Reserved.CQLinq.ExtensionMethodsCQLinqDependency.CreateA(NDepend.CodeModel.IMethod,System.String)
DepthOfCreateA Method
IndirectlyCreateA Method