C# Class YAMP.LinkAttribute

Inheritance: System.Attribute
显示文件 Open project: FlorianRappl/YAMP

Public Methods

Method Description
LinkAttribute ( String urlKey ) : System

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

Method Details

LinkAttribute() public method

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