Posts by Guilherme Barros • 1 point
1 post
-
0
votes1
answer48
viewsQ: How to return the values of a public List<Weather>?
I have an app in Windows Weather/Weather Forms I want to pull the Description data from the Weather Class public class weather { public string descrição { get; set; } } void getWeather(string city)…