C# 클래스 clipr.VerbAttribute

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

공개 메소드들

메소드 설명
VerbAttribute ( ) : System

Create a new subcommand.

VerbAttribute ( string name ) : System

Create a new subcommand.

VerbAttribute ( string name, string description ) : System

Create a new subcommand.

메소드 상세

VerbAttribute() 공개 메소드

Create a new subcommand.
public VerbAttribute ( ) : System
리턴 System

VerbAttribute() 공개 메소드

Create a new subcommand.
public VerbAttribute ( string name ) : System
name string
리턴 System

VerbAttribute() 공개 메소드

Create a new subcommand.
public VerbAttribute ( string name, string description ) : System
name string
description string
리턴 System