Rohan

Rohan

  • NA
  • 1.4k
  • 105.5k

Get Data from Loop

Sep 2 2021 12:44 PM

How to get data from this loop . I want to only one value Prices.Data.ForEach(x => Products.Add(new ProductModel()
                {
                    Interval = x.Recurring.Interval
                }));
                
                Interval = planresponse.Items.ToString();


Answers (1)