C# Class YAMP.LinkAttribute

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

Méthodes publiques

Méthode Description
LinkAttribute ( String urlKey ) : System

Creates a new attribute for storing more information about a function.

Method Details

LinkAttribute() public méthode

Creates a new attribute for storing more information about a function.
public LinkAttribute ( String urlKey ) : System
urlKey String The url to store.
Résultat System