NDepend.API Documentation
WithFullNameWildcardMatch<TCodeElement> Method
NDepend.CodeModel Namespace > ExtensionMethodsNaming Class : WithFullNameWildcardMatch<TCodeElement> Method
The code element type that is IMember or that implements IMember.
This sequence of code elements objects.
The wildcard pattern string.
Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName matching the wildcard pattern string fullNameWildcardPattern.
Syntax
[Extension()]
public static IEnumerable<TCodeElement> WithFullNameWildcardMatch<TCodeElement>( 
   IEnumerable<TCodeElement> seq,
   string fullNameWildcardPattern
)
where TCodeElement: class, ICodeElement

Parameters

seq
This sequence of code elements objects.
fullNameWildcardPattern
The wildcard pattern string.

Type Parameters

TCodeElement
The code element type that is IMember or that implements IMember.
Remarks
The string fullNameWildcardPattern can contain wildcard '*' characters.
Hence, if the string fullNameWildcardPattern is equal to "*", it means match all.
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
WithFullNameIn<TCodeElement> Method
WithFullNameNotIn<TCodeElement> Method
WithFullNameLike<TCodeElement> Method
WithFullNameWildcardMatchIn<TCodeElement> Method
WithFullNameWildcardMatchNotIn<TCodeElement> Method