HaloMap.RawData.Weather.Weather C# (CSharp) Méthode

Weather() public méthode

Initializes a new instance of the Weather class.
public Weather ( ) : System
Résultat System
        public Weather()
        {
            containerType = RawDataContainerType.Weather;
        }