粉丝 回答 被采纳
私信 访问主页
dynamic wherePart = new ExpandoObject(); wherePart.StartTime = DateTime.ParseExact(this.TxtStarTime.Text, "yyyy-MM-dd",null); 这样写,为什么报错了?
错误 Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'