标签: c# arrays
我正在使用rest服务,其中参数之一是隐式类型的对象数组
初始化参数如下:
var values= new[] { new { oval = "123" }, new { oval = "456" } };
如何从列表向数组添加新值