Method InsertPrefix
InsertPrefix(IEnumerable<string?>, string?)
Inserts prefix in the beginning of the each string
in items.
public static IEnumerable<string?> InsertPrefix(IEnumerable<string?> items, string? prefix)
Parameters
itemsIEnumerable<string>Strings.
prefixstringThis string is inserted in the beginning.