[Extension()] public static IEnumerable<TCodeElement> WithFullNameLike<TCodeElement>( IEnumerable<TCodeElement> seq, string regexString ) where TCodeElement: class, ICodeElement
Parameters
- seq
- This sequence of code elements objects.
- regexString
- The regular expression string.