C# Class AssetPackager.Assets.ShortNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: kpumuk/assetpackager.net

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ShortNameAttribute class.
public ShortNameAttribute ( ) : System
Résultat System

ShortNameAttribute() public méthode

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 ).
Résultat System