📜  matchcollection 将所有值合并为一个 - 无论代码示例
📅  最后修改于: 2022-03-11 14:57:42.031000             🧑  作者: Mango
代码示例3
var toarray = from Match match in matchCollection select match.Value;
string newflatChain = string.Join(";", toarray);