C# Class YAMP.DescriptionAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
DescriptionAttribute ( String descriptionKey ) : System

Creates a new attribute for storing descriptions.

Method Details

DescriptionAttribute() public method

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