C# Class Command.ValueAttribute

Abstract base class for Parameter and Setting attributes.
Inheritance: VersionedAttribute
Afficher le fichier Open project: agardiner/hfmcmd

Protected Properties

Свойство Type Description
_defaultValue object
_hasDefaultValue bool

Méthodes publiques

Méthode Description
ValueAttribute ( string desc ) : System

Method Details

ValueAttribute() public méthode

public ValueAttribute ( string desc ) : System
desc string
Résultat System

Property Details

_defaultValue protected_oe property

protected object _defaultValue
Résultat object

_hasDefaultValue protected_oe property

protected bool _hasDefaultValue
Résultat bool