C# 클래스 System.ComponentModel.DescriptionResourceAttribute

상속: DescriptionAttribute
파일 보기 프로젝트 열기: netfx/extensions 1 사용 예제들

공개 메소드들

메소드 설명
DescriptionResourceAttribute ( string resourceName, Type resourceType ) : System

Initializes a new instance of the DescriptionResourceAttribute class.

비공개 메소드들

메소드 설명
GetLocalizedString ( ) : string

Returns the localized string from the resource file.

메소드 상세

DescriptionResourceAttribute() 공개 메소드

Initializes a new instance of the DescriptionResourceAttribute class.
public DescriptionResourceAttribute ( string resourceName, Type resourceType ) : System
resourceName string The resource string.
resourceType System.Type Type of the resource.
리턴 System