AK.F1.Timing.Model.Session.WeatherModel.WeatherModelBuilder.WeatherModelBuilder C# (CSharp) Метод

WeatherModelBuilder() публичный Метод

Initialises a new instance of the WeatherModelBuilder class and specifies the model to build.
/// Thrown when is . ///
public WeatherModelBuilder ( WeatherModel model ) : System
model WeatherModel The model to build.
Результат System
            public WeatherModelBuilder(WeatherModel model)
            {
                Guard.NotNull(model, "model");

                Model = model;
            }
WeatherModel.WeatherModelBuilder