Click or drag to resize

WeatherMakerOutputParameterT Class

Output parameter
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerOutputParameterT
    DigitalRuby.WeatherMakerWeatherMakerOutputParameterFloat

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class WeatherMakerOutputParameter<T>

Type Parameters

T
Type of value

The WeatherMakerOutputParameterT type exposes the following members.

Constructors
  NameDescription
Protected methodWeatherMakerOutputParameterT
Initializes a new instance of the WeatherMakerOutputParameterT class
Top
Properties
  NameDescription
Public propertyValue
Value
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also