C# 클래스 Talifun.Commander.UI.LocalizableDescriptionAttribute

상속: System.ComponentModel.DescriptionAttribute
파일 보기 프로젝트 열기: taliesins/talifun-commander

공개 메소드들

메소드 설명
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