C# Класс Talifun.Commander.UI.LocalizableDescriptionAttribute

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

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

Метод Описание
LocalizableDescriptionAttribute ( string description, Type resourcesType ) : System

Initializes a new instance of the LocalizableDescriptionAttribute class.

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

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

Initializes a new instance of the LocalizableDescriptionAttribute class.
public LocalizableDescriptionAttribute ( string description, Type resourcesType ) : System
description string The description.
resourcesType System.Type Type of the resources.
Результат System