Table of Contents

Class Clouds

Namespace
SimpleWeather
Assembly
SimpleWeather.dll

Represents the cloud coverage portion of a current weather response.

public class Clouds
Inheritance
Clouds
Inherited Members

Constructors

Clouds(JToken?)

Initializes a new Clouds instance from the supplied JSON token.

public Clouds(JToken? data)

Parameters

data JToken

The JSON fragment that contains the cloudiness value.

Properties

Cloudiness

Cloudiness, %

public double? Cloudiness { get; }

Property Value

double?