C# Класс DbcExtractor.DBCStringAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
DBCStringAttribute ( bool Localized ) : System

Defines that this field is a string so that string will be extracted from DBC file instead of raw integer value.

Описание методов

DBCStringAttribute() публичный Метод

Defines that this field is a string so that string will be extracted from DBC file instead of raw integer value.
public DBCStringAttribute ( bool Localized ) : System
Localized bool If the string is localized or not.
Результат System