C# 클래스 CommandLine.VerbAttribute

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

공개 메소드들

메소드 설명
VerbAttribute ( string name ) : System

Initializes a new instance of the CommandLine.VerbAttribute class.

메소드 상세

VerbAttribute() 공개 메소드

Initializes a new instance of the CommandLine.VerbAttribute class.
Thrown if is null, empty or whitespace.
public VerbAttribute ( string name ) : System
name string The long name of the verb command.
리턴 System