C# 클래스 ToolBelt.CommandLineArgumentAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jlyonsmith/ToolBelt 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the CommandLineArgumentAttribute class with the specified argument type.

메소드 상세

CommandLineArgumentAttribute() 공개 메소드

Initializes a new instance of the CommandLineArgumentAttribute class with the specified argument type.
public CommandLineArgumentAttribute ( string name ) : System
name string Specifies the checking to be done on the argument.
리턴 System