C# 클래스 NuGet.OptionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: grendello/nuget

공개 메소드들

메소드 설명
GetDescription ( ) : string
OptionAttribute ( Type resourceType, string descriptionResourceName ) : System
OptionAttribute ( string description ) : System

메소드 상세

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

OptionAttribute() 공개 메소드

public OptionAttribute ( Type resourceType, string descriptionResourceName ) : System
resourceType System.Type
descriptionResourceName string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string description ) : System
description string
리턴 System