C# Class DrutNET.StringValueAttribute

Simple attribute class for storing String Values
Inheritance: System.Attribute
Afficher le fichier Open project: bricel/DrutNet

Méthodes publiques

Méthode Description
StringValueAttribute ( string value ) : System

Creates a new StringValueAttribute instance.

Method Details

StringValueAttribute() public méthode

Creates a new StringValueAttribute instance.
public StringValueAttribute ( string value ) : System
value string Value.
Résultat System