Linq select Objects from List which have empty String

后端 未结 0 805
半阙折子戏
半阙折子戏 2021-01-07 18:43

is it possible in Linq to select from IEnumerable of this object

public class Foo
{
    public int Id { get; set; }
    public string Type { get; set; }
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题