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
items
IEnumerable<string>Strings.
prefix
stringThis string is inserted in the beginning.