c# get all id of list object

69

c# get all id of list object -

    Categories.Select(c => c.Id).ToList();

Comments

Submit
0 Comments