NDepend.API Documentation
WithFullNameNotIn<TCodeElement> Method
NDepend.CodeModel Namespace > ExtensionMethodsNaming Class : WithFullNameNotIn<TCodeElement> Method
The code element type that is IMember or that implements IMember.
This sequence of code elements objects.
One of the forbidden full name string.
An array of forbidden full name string.
Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName not equals case sensitive to fullName0 and fullNames, and not equals to a string contained in fullNames.
Syntax
[Extension()]
public static IEnumerable<TCodeElement> WithFullNameNotIn<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 forbidden full name string.
fullNames
An array of forbidden 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
WithFullNameIn<TCodeElement> Method
WithFullNameLike<TCodeElement> Method
WithFullNameWildcardMatch<TCodeElement> Method
WithFullNameWildcardMatchIn<TCodeElement> Method
WithFullNameWildcardMatchNotIn<TCodeElement> Method