¡@

Home 

c# Programming Glossary: goldaverages

How to read struct items one by one in c#?

http://stackoverflow.com/questions/18939390/how-to-read-struct-items-one-by-one-in-c

one by one in c# i have struct like this public struct GoldAverages public decimal Sell_GoldOunce public decimal Buy_GoldOunce.. of item and value and put them into Lable.text like this GoldAverages Gold new GoldAverages foreach var item in Gold LblSummery.Text.. put them into Lable.text like this GoldAverages Gold new GoldAverages foreach var item in Gold LblSummery.Text item.name item.value..