C# Class YAMP.DescriptionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
DescriptionAttribute ( String descriptionKey ) : System

Creates a new attribute for storing descriptions.

Method Details

DescriptionAttribute() public méthode

Creates a new attribute for storing descriptions.
public DescriptionAttribute ( String descriptionKey ) : System
descriptionKey String The description to store.
Résultat System