[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.