NDepend.API Documentation
ToFullNameLikePredicate Method
NDepend.CodeModel Namespace > ExtensionMethodsHelpers Class : ToFullNameLikePredicate Method
The regular expression string.
Returns a predicate object that takes a IMember object as input parameter, and returns a boolean that determines whether the member's ICodeElement.FullName matches the regular expression regexString.
Syntax
[Extension()]
public static Predicate<ICodeElement> ToFullNameLikePredicate( 
   string regexString
)

Parameters

regexString
The regular expression string.
Exceptions
ExceptionDescription
regexString is an invalid regular exception.
Remarks
The regular expression is defined with the System.Text.RegularExpressions syntax.
The regular expression string can be suffixed with "\i" to specify the ignore case option.
Requirements

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

See Also

Reference

ExtensionMethodsHelpers Class
ExtensionMethodsHelpers Members
FullName Property
WithFullNameLike<TCodeElement> Method
FullNameLike Method
ToNameLikePredicate Method
ToSimpleNameLikePredicate Method