C# Class Tectil.NCommand.Contract.ArgumentAttribute

Attribute for command arguments.
Inheritance: System.Attribute
Afficher le fichier Open project: tectil/NCommand

Méthodes publiques

Méthode Description
ArgumentAttribute ( string name = null, object defaultValue = null, string description = null ) : System

Initializes a new instance of the ArgumentAttribute class.

Method Details

ArgumentAttribute() public méthode

Initializes a new instance of the ArgumentAttribute class.
public ArgumentAttribute ( string name = null, object defaultValue = null, string description = null ) : System
name string The name.
defaultValue object The default value.
description string The description.
Résultat System