C# 클래스 ToolBelt.CommandLineDescriptionAttribute

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

공개 메소드들

메소드 설명
CommandLineDescriptionAttribute ( string description ) : System

Initializes a new instance of the CommandLineDescriptionAttribute.

메소드 상세

CommandLineDescriptionAttribute() 공개 메소드

Initializes a new instance of the CommandLineDescriptionAttribute.
public CommandLineDescriptionAttribute ( string description ) : System
description string Description of the command line program
리턴 System