Represents CO2 data for a specific year. More...
Public Attributes | |
string | Year |
The year of the data entry. | |
Dictionary< string, CountryData > | Countries |
Dictionary mapping country names to their respective data. | |
Represents CO2 data for a specific year.
Dictionary<string, CountryData> YearData.Countries |
Dictionary mapping country names to their respective data.
string YearData.Year |
The year of the data entry.