in csharp/core/ArrayUtil.cs [51:55]
public static List<string> Concat(List<string> raw, List<string> sep) { raw.AddRange(sep); return raw; }