C# Class AssetPackager.Assets.ShortNameAttribute

Inheritance: System.Attribute
Show file Open project: kpumuk/assetpackager.net

Public Methods

Method Description
ShortNameAttribute ( ) : System

Initializes a new instance of the ShortNameAttribute class.

ShortNameAttribute ( string name ) : System

Initializes a new instance of the ShortNameAttribute class.

Method Details

ShortNameAttribute() public method

Initializes a new instance of the ShortNameAttribute class.
public ShortNameAttribute ( ) : System
return System

ShortNameAttribute() public method

Initializes a new instance of the ShortNameAttribute class.
public ShortNameAttribute ( string name ) : System
name string Short name of the asset list type (for example, "js" /// for ).
return System