[Extension()] public static IEnumerable<TCodeElement> WithNameIn<TCodeElement>( IEnumerable<TCodeElement> seq, string name0, params string[] names ) where TCodeElement: class, ICodeElement
Parameters
- seq
- This sequence of code elements objects.
- name0
- One of the possible name string.
- names
- An array of possible name string.
Type Parameters
- TCodeElement
- The code element type that is ICodeElement or that implements ICodeElement.