[Extension()] public static IEnumerable<TCodeElement> WithFullName<TCodeElement>( IEnumerable<TCodeElement> seq, string fullName ) where TCodeElement: class, ICodeElement
Parameters
- seq
- This sequence of code elements objects.
- fullName
- The code element full name string.