How to use IEnumerable<String> in documenting code
You can show the appropriate text using <see cref="IEnumerable{String}">IEnumerable<string></see>
. However the link will still be to IEnumerable<T>
as there is no specific documentation for IEnumerable<string>