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

Parameters

seq
This sequence of code elements objects.
fullNameWildcardPattern0
The wildcard pattern string.
fullNameWildcardPatterns
An array of wildcard pattern strings.

Type Parameters

TCodeElement
The code element type that is IMember or that implements IMember.
Exceptions
ExceptionDescription
fullNameWildcardPatterns must not contain a null string.
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
WithFullNameWildcardMatch<TCodeElement> Method
WithFullNameWildcardMatchIn<TCodeElement> Method