NDepend.API Documentation
WithFullNameIn<TCodeElement> Method
NDepend.CodeModel Namespace > ExtensionMethodsNaming Class : WithFullNameIn<TCodeElement> Method
The code element type that is IMember or that implements IMember.
This sequence of code elements objects.
One of the possible full name string.
An array of possible full name string.
Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName equals case sensitive to fullName0 or fullNames, or equals to a string contained in fullNames.
Syntax
[Extension()]
public static IEnumerable<TCodeElement> WithFullNameIn<TCodeElement>( 
   IEnumerable<TCodeElement> seq,
   string fullName0,
   params string[] fullNames
)
where TCodeElement: class, ICodeElement

Parameters

seq
This sequence of code elements objects.
fullName0
One of the possible full name string.
fullNames
An array of possible full name string.

Type Parameters

TCodeElement
The code element type that is IMember or that implements IMember.
Requirements

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

See Also

Reference

ExtensionMethodsNaming Class
ExtensionMethodsNaming Members
FullName Property
WithFullName<TCodeElement> Method
WithFullNameNotIn<TCodeElement> Method
WithFullNameLike<TCodeElement> Method
WithFullNameWildcardMatch<TCodeElement> Method
WithFullNameWildcardMatchIn<TCodeElement> Method
WithFullNameWildcardMatchNotIn<TCodeElement> Method