C# 클래스 NaturalResourcesBrush.TranslationFramework.TranslatableAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: earalov/Skylines-NaturalResourcesBrush

공개 프로퍼티들

프로퍼티 타입 설명
identifier string

공개 메소드들

메소드 설명
TranslatableAttribute ( ) : System
TranslatableAttribute ( string identifier ) : System

Translates the specified field into the value denoted by the identifier

메소드 상세

TranslatableAttribute() 공개 메소드

public TranslatableAttribute ( ) : System
리턴 System

TranslatableAttribute() 공개 메소드

Translates the specified field into the value denoted by the identifier
public TranslatableAttribute ( string identifier ) : System
identifier string The translation ID
리턴 System

프로퍼티 상세

identifier 공개적으로 프로퍼티

The translation ID
public string identifier
리턴 string