Initialize an IEnumerable to a new List

后端 未结 0 1102
误落风尘
误落风尘 2020-12-29 17:01

I have a class like this:

public class ItemList
{
    [JsonProperty("items")]
    public IEnumerable Items { get; set; }
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题