C# Class NaturalResourcesBrush.TranslationFramework.TranslatableAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: earalov/Skylines-NaturalResourcesBrush

Méthodes publiques

Свойство Type Description
identifier string

Méthodes publiques

Méthode Description
TranslatableAttribute ( ) : System
TranslatableAttribute ( string identifier ) : System

Translates the specified field into the value denoted by the identifier

Method Details

TranslatableAttribute() public méthode

public TranslatableAttribute ( ) : System
Résultat System

TranslatableAttribute() public méthode

Translates the specified field into the value denoted by the identifier
public TranslatableAttribute ( string identifier ) : System
identifier string The translation ID
Résultat System

Property Details

identifier public_oe property

The translation ID
public string identifier
Résultat string