how to check if List element contains an item with a Particular Property Value

前端 未结 6 887
野的像风
野的像风 2020-12-07 11:54
public class PricePublicModel
{
    public PricePublicModel() { }

    public int PriceGroupID { get; set; }
    public double Size { get; set; }
    public double S         


        
6条回答
提交回复
热议问题