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